issue_comments
3 rows where issue = 138332032 and user = 2783717 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Array size changes following loading of numpy array · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 194026664 | https://github.com/pydata/xarray/issues/783#issuecomment-194026664 | https://api.github.com/repos/pydata/xarray/issues/783 | MDEyOklzc3VlQ29tbWVudDE5NDAyNjY2NA== | jcrist 2783717 | 2016-03-08T23:41:38Z | 2016-03-08T23:41:38Z | NONE | We're going to try and do a bugfix release shortly. Thanks for reporting the issue! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Array size changes following loading of numpy array 138332032 | |
| 193995046 | https://github.com/pydata/xarray/issues/783#issuecomment-193995046 | https://api.github.com/repos/pydata/xarray/issues/783 | MDEyOklzc3VlQ29tbWVudDE5Mzk5NTA0Ng== | jcrist 2783717 | 2016-03-08T22:20:48Z | 2016-03-08T22:21:28Z | NONE | @pwolfram, thanks for the bug report. This unearthed a pretty bad bug in the slicing code of dask. Should be fixed in https://github.com/dask/dask/pull/1038. If you have the chance, can you pull this branch and see if it fixes your problem? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Array size changes following loading of numpy array 138332032 | |
| 193618154 | https://github.com/pydata/xarray/issues/783#issuecomment-193618154 | https://api.github.com/repos/pydata/xarray/issues/783 | MDEyOklzc3VlQ29tbWVudDE5MzYxODE1NA== | jcrist 2783717 | 2016-03-08T05:43:16Z | 2016-03-08T05:43:16Z | NONE | I'll look at this tomorrow if you don't beat me to it :) |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Array size changes following loading of numpy array 138332032 |
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