issue_comments
3 rows where issue = 634979933 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- upstream-dev failure when installing pandas · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 641332231 | https://github.com/pydata/xarray/issues/4133#issuecomment-641332231 | https://api.github.com/repos/pydata/xarray/issues/4133 | MDEyOklzc3VlQ29tbWVudDY0MTMzMjIzMQ== | TomAugspurger 1312546 | 2020-06-09T14:24:59Z | 2020-06-09T14:31:26Z | MEMBER | Ah, the (numpy) build failure is because pandas doesn't have a py38 entry in our pyproject.toml. Fixing that now. edit: https://github.com/pandas-dev/pandas/pull/34667. But you'll still want to update your CI at https://github.com/pydata/xarray/blob/2a288f6ed4286910fcf3ab9895e1e9cbd44d30b4/ci/azure/install.yml#L16 and https://github.com/pydata/xarray/blob/2a288f6ed4286910fcf3ab9895e1e9cbd44d30b4/ci/azure/install.yml#L23 to pull from the new locations. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
upstream-dev failure when installing pandas 634979933 | |
| 641330288 | https://github.com/pydata/xarray/issues/4133#issuecomment-641330288 | https://api.github.com/repos/pydata/xarray/issues/4133 | MDEyOklzc3VlQ29tbWVudDY0MTMzMDI4OA== | TomAugspurger 1312546 | 2020-06-09T14:22:02Z | 2020-06-09T14:22:02Z | MEMBER | @keewis not sure about the build issue, but we (along with many other projects) recently moved our wheels to upload to https://anaconda.org/scipy-wheels-nightly/. https://anaconda.org/scipy-wheels-nightly/pandas/ does have py38 wheels. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
upstream-dev failure when installing pandas 634979933 | |
| 640942513 | https://github.com/pydata/xarray/issues/4133#issuecomment-640942513 | https://api.github.com/repos/pydata/xarray/issues/4133 | MDEyOklzc3VlQ29tbWVudDY0MDk0MjUxMw== | dcherian 2448579 | 2020-06-08T23:37:18Z | 2020-06-08T23:37:18Z | MEMBER | cc @TomAugspurger |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
upstream-dev failure when installing pandas 634979933 |
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