issue_comments
2 rows where author_association = "MEMBER", issue = 498180644 and user = 2443309 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date)
issue 1
- Error when using xarray's built in interp function with dask chunking · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 535089993 | https://github.com/pydata/xarray/issues/3342#issuecomment-535089993 | https://api.github.com/repos/pydata/xarray/issues/3342 | MDEyOklzc3VlQ29tbWVudDUzNTA4OTk5Mw== | jhamman 2443309 | 2019-09-25T15:56:10Z | 2019-09-25T15:56:10Z | MEMBER | Right. But to be clear, dask==0.13 is explicitly not supported so there should be no expectation that things will work as advertised. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Error when using xarray's built in interp function with dask chunking 498180644 | |
| 535016451 | https://github.com/pydata/xarray/issues/3342#issuecomment-535016451 | https://api.github.com/repos/pydata/xarray/issues/3342 | MDEyOklzc3VlQ29tbWVudDUzNTAxNjQ1MQ== | jhamman 2443309 | 2019-09-25T13:15:05Z | 2019-09-25T13:15:05Z | MEMBER | I think this would work with a newer version of dask. We currently say dask >= 0.16 (you are at 0.13), but if you want all the features dask/xarray offer, I'd strongly recommend getting the latest release (dask == 2.4). |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Error when using xarray's built in interp function with dask chunking 498180644 |
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