issue_comments
3 rows where issue = 702646191 and user = 1312546 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Behaviour change in xarray.Dataset.sortby/sel between dask==2.25.0 and dask==2.26.0 · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
712066302 | https://github.com/pydata/xarray/issues/4428#issuecomment-712066302 | https://api.github.com/repos/pydata/xarray/issues/4428 | MDEyOklzc3VlQ29tbWVudDcxMjA2NjMwMg== | TomAugspurger 1312546 | 2020-10-19T11:08:13Z | 2020-10-19T11:43:46Z | MEMBER | Sorry, my comment in https://github.com/pydata/xarray/issues/4428#issuecomment-711034128 was incorrect in a couple ways
|
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Behaviour change in xarray.Dataset.sortby/sel between dask==2.25.0 and dask==2.26.0 702646191 | |
711034128 | https://github.com/pydata/xarray/issues/4428#issuecomment-711034128 | https://api.github.com/repos/pydata/xarray/issues/4428 | MDEyOklzc3VlQ29tbWVudDcxMTAzNDEyOA== | TomAugspurger 1312546 | 2020-10-17T15:54:48Z | 2020-10-17T15:54:48Z | MEMBER | I assume that the indices |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Behaviour change in xarray.Dataset.sortby/sel between dask==2.25.0 and dask==2.26.0 702646191 | |
709539887 | https://github.com/pydata/xarray/issues/4428#issuecomment-709539887 | https://api.github.com/repos/pydata/xarray/issues/4428 | MDEyOklzc3VlQ29tbWVudDcwOTUzOTg4Nw== | TomAugspurger 1312546 | 2020-10-15T19:20:53Z | 2020-10-15T19:20:53Z | MEMBER | Closing the loop here, with https://github.com/dask/dask/pull/6665 the behavior of Dask=2.25.0 should be restored (possibly with a warning about creating large chunks). So this can probably be closed, though there may be parts of xarray that should be updated to avoid creating large chunks, or we could rely on the user to do that through the dask config system. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Behaviour change in xarray.Dataset.sortby/sel between dask==2.25.0 and dask==2.26.0 702646191 |
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