issue_comments
3 rows where issue = 614854414 and user = 11750960 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- improve to_zarr doc about chunking · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 631479782 | https://github.com/pydata/xarray/pull/4048#issuecomment-631479782 | https://api.github.com/repos/pydata/xarray/issues/4048 | MDEyOklzc3VlQ29tbWVudDYzMTQ3OTc4Mg== | apatlpo 11750960 | 2020-05-20T13:39:25Z | 2020-05-20T13:39:25Z | CONTRIBUTOR | argh ... I was unfortunately not able to create a proper list without breaking tests and have exhausted my time trying to figure it out. If you know how to do that I am more than happy to follow your advice. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
improve to_zarr doc about chunking 614854414 | |
| 631461955 | https://github.com/pydata/xarray/pull/4048#issuecomment-631461955 | https://api.github.com/repos/pydata/xarray/issues/4048 | MDEyOklzc3VlQ29tbWVudDYzMTQ2MTk1NQ== | apatlpo 11750960 | 2020-05-20T13:07:25Z | 2020-05-20T13:07:25Z | CONTRIBUTOR | ok, tests are passing. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
improve to_zarr doc about chunking 614854414 | |
| 629416035 | https://github.com/pydata/xarray/pull/4048#issuecomment-629416035 | https://api.github.com/repos/pydata/xarray/issues/4048 | MDEyOklzc3VlQ29tbWVudDYyOTQxNjAzNQ== | apatlpo 11750960 | 2020-05-15T18:38:20Z | 2020-05-15T18:38:20Z | CONTRIBUTOR | if anybody has a clue on how to fix tests this would be welcome. thx |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
improve to_zarr doc about chunking 614854414 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] (
[html_url] TEXT,
[issue_url] TEXT,
[id] INTEGER PRIMARY KEY,
[node_id] TEXT,
[user] INTEGER REFERENCES [users]([id]),
[created_at] TEXT,
[updated_at] TEXT,
[author_association] TEXT,
[body] TEXT,
[reactions] TEXT,
[performed_via_github_app] TEXT,
[issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
ON [issue_comments] ([user]);
user 1