issue_comments
3 rows where author_association = "MEMBER", issue = 1277437106 and user = 2448579 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, updated_at (date)
issue 1
- Means of zarr arrays cause a memory overload in dask workers · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1164672075 | https://github.com/pydata/xarray/issues/6709#issuecomment-1164672075 | https://api.github.com/repos/pydata/xarray/issues/6709 | IC_kwDOAMm_X85Fa3xL | dcherian 2448579 | 2022-06-23T17:18:05Z | 2022-06-23T17:18:05Z | MEMBER | Thanks @gjoseph92 I think there is a small but important increase in complexity here because we do IIUC the example in https://github.com/dask/distributed/issues/6571 is basically |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Means of zarr arrays cause a memory overload in dask workers 1277437106 | |
1164519484 | https://github.com/pydata/xarray/issues/6709#issuecomment-1164519484 | https://api.github.com/repos/pydata/xarray/issues/6709 | IC_kwDOAMm_X85FaSg8 | dcherian 2448579 | 2022-06-23T14:59:57Z | 2022-06-23T15:07:11Z | MEMBER | This looks like the classic distributed scheduling issue that might get addressed soon: https://github.com/dask/distributed/issues/6560 @gjoseph92 the MVCE in https://github.com/pydata/xarray/issues/6709#issuecomment-1164064469 might be a useful benchmark / regression test ( |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Means of zarr arrays cause a memory overload in dask workers 1277437106 | |
1163255775 | https://github.com/pydata/xarray/issues/6709#issuecomment-1163255775 | https://api.github.com/repos/pydata/xarray/issues/6709 | IC_kwDOAMm_X85FVd_f | dcherian 2448579 | 2022-06-22T15:24:24Z | 2022-06-22T15:24:24Z | MEMBER | You can use You could try passing |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Means of zarr arrays cause a memory overload in dask workers 1277437106 |
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