issue_comments
3 rows where author_association = "MEMBER" and issue = 285295060 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- open_mfdataset doesn't work on some datasets with dask 0.12 · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
460019794 | https://github.com/pydata/xarray/issues/1806#issuecomment-460019794 | https://api.github.com/repos/pydata/xarray/issues/1806 | MDEyOklzc3VlQ29tbWVudDQ2MDAxOTc5NA== | jhamman 2443309 | 2019-02-03T03:29:31Z | 2019-02-03T03:29:31Z | MEMBER | Closed via #2204 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
open_mfdataset doesn't work on some datasets with dask 0.12 285295060 | |
354705128 | https://github.com/pydata/xarray/issues/1806#issuecomment-354705128 | https://api.github.com/repos/pydata/xarray/issues/1806 | MDEyOklzc3VlQ29tbWVudDM1NDcwNTEyOA== | shoyer 1217238 | 2018-01-02T05:26:50Z | 2018-01-02T05:26:50Z | MEMBER | Hmm, maybe we should update the minimum required version of dask in our documentation. Ideally we should be running our test suite on this earliest support version of dask. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
open_mfdataset doesn't work on some datasets with dask 0.12 285295060 | |
354674330 | https://github.com/pydata/xarray/issues/1806#issuecomment-354674330 | https://api.github.com/repos/pydata/xarray/issues/1806 | MDEyOklzc3VlQ29tbWVudDM1NDY3NDMzMA== | shoyer 1217238 | 2018-01-01T20:23:44Z | 2018-01-01T20:23:44Z | MEMBER | Thanks for the report. Can you share the result of Dask's concatenate function is supposed to be able to handle numpy arrays, so this suggests a possible bug in dask. If you're not using dask 0.16, please try upgrading. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
open_mfdataset doesn't work on some datasets with dask 0.12 285295060 |
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 2