issue_comments
3 rows where issue = 369310993 and user = 306380 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date)
issue 1
- test_apply_dask_new_output_dimension is broken on master with dask-dev · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 429309135 | https://github.com/pydata/xarray/issues/2480#issuecomment-429309135 | https://api.github.com/repos/pydata/xarray/issues/2480 | MDEyOklzc3VlQ29tbWVudDQyOTMwOTEzNQ== | mrocklin 306380 | 2018-10-12T12:29:47Z | 2018-10-12T12:29:47Z | MEMBER | This should be fixed with https://github.com/dask/dask/pull/4081 |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
test_apply_dask_new_output_dimension is broken on master with dask-dev 369310993 | |
| 429156168 | https://github.com/pydata/xarray/issues/2480#issuecomment-429156168 | https://api.github.com/repos/pydata/xarray/issues/2480 | MDEyOklzc3VlQ29tbWVudDQyOTE1NjE2OA== | mrocklin 306380 | 2018-10-11T23:34:31Z | 2018-10-11T23:34:31Z | MEMBER | No need to bother with the reproducible example. As a warning, there might be some increased churn like this if we move forward with some of the proposed dask array changes. On Thu, Oct 11, 2018, 7:32 PM Matthew Rocklin mrocklin@gmail.com wrote:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
test_apply_dask_new_output_dimension is broken on master with dask-dev 369310993 | |
| 429155894 | https://github.com/pydata/xarray/issues/2480#issuecomment-429155894 | https://api.github.com/repos/pydata/xarray/issues/2480 | MDEyOklzc3VlQ29tbWVudDQyOTE1NTg5NA== | mrocklin 306380 | 2018-10-11T23:32:59Z | 2018-10-11T23:32:59Z | MEMBER | Yeah, I noticed this too. I have a fix already in a PR On Thu, Oct 11, 2018, 5:24 PM Stephan Hoyer notifications@github.com wrote:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
test_apply_dask_new_output_dimension is broken on master with dask-dev 369310993 |
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