issue_comments
4 rows where issue = 656163384 and user = 14808389 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date)
issue 1
- Change isinstance checks to duck Dask Array checks #4208 · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
682427800 | https://github.com/pydata/xarray/pull/4221#issuecomment-682427800 | https://api.github.com/repos/pydata/xarray/issues/4221 | MDEyOklzc3VlQ29tbWVudDY4MjQyNzgwMA== | keewis 14808389 | 2020-08-28T09:30:14Z | 2020-08-28T09:30:14Z | MEMBER | you mean the commit message? If so, you can use |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Change isinstance checks to duck Dask Array checks #4208 656163384 | |
681982126 | https://github.com/pydata/xarray/pull/4221#issuecomment-681982126 | https://api.github.com/repos/pydata/xarray/issues/4221 | MDEyOklzc3VlQ29tbWVudDY4MTk4MjEyNg== | keewis 14808389 | 2020-08-27T14:24:14Z | 2020-08-27T14:24:14Z | MEMBER | we went with https://github.com/pydata/xarray/blob/edd5c1e96204d59d30496e3f85e2f805a911ac9b/xarray/core/variable.py#L938 in #4379, you could use something like that here: https://github.com/pydata/xarray/blob/3337b6fc4024dcaa2c11831e6d34551adaee4a8b/xarray/core/formatting.py#L554 too, e.g. with:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Change isinstance checks to duck Dask Array checks #4208 656163384 | |
681188808 | https://github.com/pydata/xarray/pull/4221#issuecomment-681188808 | https://api.github.com/repos/pydata/xarray/issues/4221 | MDEyOklzc3VlQ29tbWVudDY4MTE4ODgwOA== | keewis 14808389 | 2020-08-27T00:17:12Z | 2020-08-27T00:23:49Z | MEMBER | yes, the failing test is definitely due to NEP18: there's a numpy array in an attribute, but since numpy 1.15 doesn't define
Edit: see #4381 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Change isinstance checks to duck Dask Array checks #4208 656163384 | |
658130892 | https://github.com/pydata/xarray/pull/4221#issuecomment-658130892 | https://api.github.com/repos/pydata/xarray/issues/4221 | MDEyOklzc3VlQ29tbWVudDY1ODEzMDg5Mg== | keewis 14808389 | 2020-07-14T11:37:23Z | 2020-07-14T11:37:23Z | MEMBER | Revisiting it I now realize that |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Change isinstance checks to duck Dask Array checks #4208 656163384 |
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