issue_comments
3 rows where author_association = "MEMBER", issue = 889162918 and user = 14808389 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- ds = xr.tutorial.load_dataset("air_temperature") with 0.18 needs engine argument · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
841428388 | https://github.com/pydata/xarray/issues/5291#issuecomment-841428388 | https://api.github.com/repos/pydata/xarray/issues/5291 | MDEyOklzc3VlQ29tbWVudDg0MTQyODM4OA== | keewis 14808389 | 2021-05-14T18:37:02Z | 2021-05-14T18:37:02Z | MEMBER | It is pretty light but pulls in a few additional dependencies. For normal python package managers (i.e. pip / poetry / etc.) we can probably take advantage of the We could also change the current message ("using the tutorial data requires pooch") to something like
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ds = xr.tutorial.load_dataset("air_temperature") with 0.18 needs engine argument 889162918 | |
839317175 | https://github.com/pydata/xarray/issues/5291#issuecomment-839317175 | https://api.github.com/repos/pydata/xarray/issues/5291 | MDEyOklzc3VlQ29tbWVudDgzOTMxNzE3NQ== | keewis 14808389 | 2021-05-12T00:12:26Z | 2021-05-12T00:17:58Z | MEMBER | I think there's something wrong with your environment: I can't reproduce in a environment created by
Edit: you could also try clearing |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ds = xr.tutorial.load_dataset("air_temperature") with 0.18 needs engine argument 889162918 | |
839319221 | https://github.com/pydata/xarray/issues/5291#issuecomment-839319221 | https://api.github.com/repos/pydata/xarray/issues/5291 | MDEyOklzc3VlQ29tbWVudDgzOTMxOTIyMQ== | keewis 14808389 | 2021-05-12T00:15:29Z | 2021-05-12T00:15:29Z | MEMBER | we could definitely improve the error message, though. Something like "unknown engine {engine}, please choose one of the installed engines: {engines}", maybe? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ds = xr.tutorial.load_dataset("air_temperature") with 0.18 needs engine argument 889162918 |
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