issue_comments
5 rows where issue = 665232266 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- cftime plotting fails on upstream-dev · 5 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 664031948 | https://github.com/pydata/xarray/issues/4265#issuecomment-664031948 | https://api.github.com/repos/pydata/xarray/issues/4265 | MDEyOklzc3VlQ29tbWVudDY2NDAzMTk0OA== | dcherian 2448579 | 2020-07-26T19:46:00Z | 2020-07-26T19:46:00Z | MEMBER | nice work spencer! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
cftime plotting fails on upstream-dev 665232266 | |
| 664024748 | https://github.com/pydata/xarray/issues/4265#issuecomment-664024748 | https://api.github.com/repos/pydata/xarray/issues/4265 | MDEyOklzc3VlQ29tbWVudDY2NDAyNDc0OA== | spencerkclark 6628425 | 2020-07-26T18:35:32Z | 2020-07-26T18:35:32Z | MEMBER | I think I tracked down the root of this odd behavior in nc-time-axis; see SciTools/nc-time-axis#45 for more details. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
cftime plotting fails on upstream-dev 665232266 | |
| 663987155 | https://github.com/pydata/xarray/issues/4265#issuecomment-663987155 | https://api.github.com/repos/pydata/xarray/issues/4265 | MDEyOklzc3VlQ29tbWVudDY2Mzk4NzE1NQ== | spencerkclark 6628425 | 2020-07-26T13:18:48Z | 2020-07-26T13:18:48Z | MEMBER | I think this NumPy issue is related: https://github.com/numpy/numpy/issues/16939. https://github.com/numpy/numpy/pull/16943 was merged yesterday, which appears to have at least allowed this to continue to work for the time being: ```python
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
cftime plotting fails on upstream-dev 665232266 | |
| 663914372 | https://github.com/pydata/xarray/issues/4265#issuecomment-663914372 | https://api.github.com/repos/pydata/xarray/issues/4265 | MDEyOklzc3VlQ29tbWVudDY2MzkxNDM3Mg== | max-sixty 5635139 | 2020-07-25T22:58:53Z | 2020-07-25T22:58:53Z | MEMBER | xfailed with: https://github.com/pydata/xarray/pull/4271 |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
cftime plotting fails on upstream-dev 665232266 | |
| 663910843 | https://github.com/pydata/xarray/issues/4265#issuecomment-663910843 | https://api.github.com/repos/pydata/xarray/issues/4265 | MDEyOklzc3VlQ29tbWVudDY2MzkxMDg0Mw== | spencerkclark 6628425 | 2020-07-25T22:06:45Z | 2020-07-25T22:11:02Z | MEMBER | Thanks for noting this @dcherian; it seems like there may have been a change in NumPy that caused this. E.g. with NumPy master this doesn't work: ```python
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
cftime plotting fails on upstream-dev 665232266 |
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 3