issue_comments
4 rows where author_association = "CONTRIBUTOR" and issue = 853644364 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Fix open_dataset regression · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
820156925 | https://github.com/pydata/xarray/pull/5135#issuecomment-820156925 | https://api.github.com/repos/pydata/xarray/issues/5135 | MDEyOklzc3VlQ29tbWVudDgyMDE1NjkyNQ== | bcbnz 367900 | 2021-04-15T06:36:38Z | 2021-04-15T06:36:38Z | CONTRIBUTOR | @aurghs it fixes it for both the test script in #5132 (using all three netCDF engines, |
{ "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix open_dataset regression 853644364 | |
816032139 | https://github.com/pydata/xarray/pull/5135#issuecomment-816032139 | https://api.github.com/repos/pydata/xarray/issues/5135 | MDEyOklzc3VlQ29tbWVudDgxNjAzMjEzOQ== | bcbnz 367900 | 2021-04-08T18:10:58Z | 2021-04-08T18:11:16Z | CONTRIBUTOR |
For ensuring absolute paths, my MVCE in #5132 could be adapted. Expansion of ~ might be trickier, but the os.path.expanduser docstring says
and
so tests run with appropriate environment variables could be used with OS checking. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix open_dataset regression 853644364 | |
816024426 | https://github.com/pydata/xarray/pull/5135#issuecomment-816024426 | https://api.github.com/repos/pydata/xarray/issues/5135 | MDEyOklzc3VlQ29tbWVudDgxNjAyNDQyNg== | bcbnz 367900 | 2021-04-08T17:58:23Z | 2021-04-08T17:58:23Z | CONTRIBUTOR |
For Python 3.6+ expanduser works with paths, returning a string: ```
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix open_dataset regression 853644364 | |
816011259 | https://github.com/pydata/xarray/pull/5135#issuecomment-816011259 | https://api.github.com/repos/pydata/xarray/issues/5135 | MDEyOklzc3VlQ29tbWVudDgxNjAxMTI1OQ== | bcbnz 367900 | 2021-04-08T17:36:57Z | 2021-04-08T17:36:57Z | CONTRIBUTOR | I think this would also fix #5132 if |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix open_dataset regression 853644364 |
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