issue_comments
3 rows where issue = 1114401347 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- don't install bottleneck wheel for upstream CI · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1021974410 | https://github.com/pydata/xarray/pull/6193#issuecomment-1021974410 | https://api.github.com/repos/pydata/xarray/issues/6193 | IC_kwDOAMm_X8486heK | mathause 10194086 | 2022-01-26T08:31:31Z | 2022-01-26T08:31:31Z | MEMBER | Ok let's merge this. The upstream failures seem real, the doctest failure is #6192 and the ubuntu-latest py39-flaky failure seems flaky. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
don't install bottleneck wheel for upstream CI 1114401347 | |
| 1021676350 | https://github.com/pydata/xarray/pull/6193#issuecomment-1021676350 | https://api.github.com/repos/pydata/xarray/issues/6193 | IC_kwDOAMm_X8485Ys- | mathause 10194086 | 2022-01-25T22:40:32Z | 2022-01-25T22:40:32Z | MEMBER | It does seem to install and work with python 3.10, we are just not able to build it. I think bottleneck is more central to us than pydap, so I would prefer to have it in. (On the other hand it does not seem to be very actively developed so it does not matter much [until it is developed again]). I'll update the PR. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
don't install bottleneck wheel for upstream CI 1114401347 | |
| 1021672204 | https://github.com/pydata/xarray/pull/6193#issuecomment-1021672204 | https://api.github.com/repos/pydata/xarray/issues/6193 | IC_kwDOAMm_X8485XsM | Illviljan 14371165 | 2022-01-25T22:33:10Z | 2022-01-25T22:33:10Z | MEMBER | https://github.com/pydata/xarray/blob/c54123772817875678ec7ad769e6d4d6612aeb92/ci/requirements/environment-windows.yml#L6 Should we turn it off here instead? That's how it was done with pydap which also doesn't support 3.10 at the moment. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
don't install bottleneck wheel for upstream CI 1114401347 |
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 2