issue_comments
4 rows where author_association = "MEMBER" and issue = 309136602 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: body, created_at (date), updated_at (date)
issue 1
- Appending to an existing netCDF file fails with scipy==1.0.1 · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 591992821 | https://github.com/pydata/xarray/issues/2019#issuecomment-591992821 | https://api.github.com/repos/pydata/xarray/issues/2019 | MDEyOklzc3VlQ29tbWVudDU5MTk5MjgyMQ== | mathause 10194086 | 2020-02-27T14:14:34Z | 2020-02-27T14:14:34Z | MEMBER | This was fixed in scipy 1.1.0 (scipy/scipy/pull/8633). Currently xarray requires so I think these can be un-xfailed. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Appending to an existing netCDF file fails with scipy==1.0.1 309136602 | |
| 591992684 | https://github.com/pydata/xarray/issues/2019#issuecomment-591992684 | https://api.github.com/repos/pydata/xarray/issues/2019 | MDEyOklzc3VlQ29tbWVudDU5MTk5MjY4NA== | mathause 10194086 | 2020-02-27T14:14:20Z | 2020-02-27T14:14:20Z | MEMBER | This was fixed in scipy 1.1.0 (scipy/scipy/pull/8633). Currently xarray requires so I think these can be un-xfailed. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Appending to an existing netCDF file fails with scipy==1.0.1 309136602 | |
| 376681403 | https://github.com/pydata/xarray/issues/2019#issuecomment-376681403 | https://api.github.com/repos/pydata/xarray/issues/2019 | MDEyOklzc3VlQ29tbWVudDM3NjY4MTQwMw== | shoyer 1217238 | 2018-03-27T21:27:30Z | 2018-03-27T21:27:30Z | MEMBER | The only other netCDF related PR between scipy 1.0.0 and 1.0.1 is https://github.com/scipy/scipy/pull/8068, which also looks like a plausible culprit. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Appending to an existing netCDF file fails with scipy==1.0.1 309136602 | |
| 376679023 | https://github.com/pydata/xarray/issues/2019#issuecomment-376679023 | https://api.github.com/repos/pydata/xarray/issues/2019 | MDEyOklzc3VlQ29tbWVudDM3NjY3OTAyMw== | jhamman 2443309 | 2018-03-27T21:19:00Z | 2018-03-27T21:19:00Z | MEMBER | this may be related to this recent PR: https://github.com/scipy/scipy/pull/8483 |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Appending to an existing netCDF file fails with scipy==1.0.1 309136602 |
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