issue_comments
3 rows where issue = 229138906 and user = 1197350 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date)
issue 1
- fixed dask prefix naming · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
302147200 | https://github.com/pydata/xarray/pull/1411#issuecomment-302147200 | https://api.github.com/repos/pydata/xarray/issues/1411 | MDEyOklzc3VlQ29tbWVudDMwMjE0NzIwMA== | rabernat 1197350 | 2017-05-17T16:34:56Z | 2017-05-17T16:34:56Z | MEMBER | Ok, I think I fixed it. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fixed dask prefix naming 229138906 | |
302127457 | https://github.com/pydata/xarray/pull/1411#issuecomment-302127457 | https://api.github.com/repos/pydata/xarray/issues/1411 | MDEyOklzc3VlQ29tbWVudDMwMjEyNzQ1Nw== | rabernat 1197350 | 2017-05-17T15:29:27Z | 2017-05-17T15:29:27Z | MEMBER |
I thought that was already happening. Here is the token
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fixed dask prefix naming 229138906 | |
301904032 | https://github.com/pydata/xarray/pull/1411#issuecomment-301904032 | https://api.github.com/repos/pydata/xarray/issues/1411 | MDEyOklzc3VlQ29tbWVudDMwMTkwNDAzMg== | rabernat 1197350 | 2017-05-16T20:22:30Z | 2017-05-16T20:22:30Z | MEMBER | This seems to be interacting badly with @pwolfram: can you give any insight into what might be going on? This is an interesting trace from travis: https://travis-ci.org/pydata/xarray/jobs/232969599#L3368 ``` xarray/tests/init.py:153: in assertDatasetIdentical assert_identical(d1, d2) a = <[AssertionError("internal failure: file must be open if Does autoclose assume that the dask object names actually match the filenames? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fixed dask prefix naming 229138906 |
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