issue_comments
3 rows where issue = 229138906 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date)
These facets timed out: author_association, issue
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
303213597 | https://github.com/pydata/xarray/pull/1411#issuecomment-303213597 | https://api.github.com/repos/pydata/xarray/issues/1411 | MDEyOklzc3VlQ29tbWVudDMwMzIxMzU5Nw== | shoyer 1217238 | 2017-05-22T20:39:01Z | 2017-05-22T20:39:01Z | MEMBER | Thanks @rabernat ! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fixed dask prefix naming 229138906 | |
302130344 | https://github.com/pydata/xarray/pull/1411#issuecomment-302130344 | https://api.github.com/repos/pydata/xarray/issues/1411 | MDEyOklzc3VlQ29tbWVudDMwMjEzMDM0NA== | shoyer 1217238 | 2017-05-17T15:38:13Z | 2017-05-17T15:38:13Z | MEMBER |
Actually, apparently not necessarily -- look a few lines further up to where it is defined. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fixed dask prefix naming 229138906 | |
302124807 | https://github.com/pydata/xarray/pull/1411#issuecomment-302124807 | https://api.github.com/repos/pydata/xarray/issues/1411 | MDEyOklzc3VlQ29tbWVudDMwMjEyNDgwNw== | shoyer 1217238 | 2017-05-17T15:21:01Z | 2017-05-17T15:21:01Z | MEMBER | Note that the test failures are also showing different numbers from I think this is actually a problem with providing unique names for dask. Previously, the filename ended up as part of the prefix explicitly, but now it needs to be explicitly included as input to |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fixed dask prefix naming 229138906 |
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