issue_comments
2 rows where author_association = "NONE", issue = 935773022 and user = 12728107 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- xarray fails on Travis CI · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 873213823 | https://github.com/pydata/xarray/issues/5566#issuecomment-873213823 | https://api.github.com/repos/pydata/xarray/issues/5566 | MDEyOklzc3VlQ29tbWVudDg3MzIxMzgyMw== | pnsaevik 12728107 | 2021-07-02T19:23:41Z | 2021-07-02T19:27:59Z | NONE | Thanks! I didn't manage to replicate the error outside of Travis CI, so I was clueless as to what was going on... |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xarray fails on Travis CI 935773022 | |
| 873210639 | https://github.com/pydata/xarray/issues/5566#issuecomment-873210639 | https://api.github.com/repos/pydata/xarray/issues/5566 | MDEyOklzc3VlQ29tbWVudDg3MzIxMDYzOQ== | pnsaevik 12728107 | 2021-07-02T19:16:29Z | 2021-07-02T19:19:10Z | NONE | I can't import xarray, so I can't run the command. But "pip list" returns the following: atomicwrites 1.3.0 attrs 19.1.0 certifi 2019.3.9 importlib-metadata 0.18 mock 4.0.2 more-itertools 7.0.0 nose 1.3.7 numpy 1.21.0 packaging 19.0 pandas 1.3.0 pip 20.1.1 pipenv 2018.11.26 pluggy 0.12.0 py 1.8.0 pyparsing 2.4.0 pytest 5.4.3 python-dateutil 2.8.1 pytz 2021.1 setuptools 57.0.0 six 1.12.0 virtualenv 16.6.0 virtualenv-clone 0.5.3 wcwidth 0.1.7 wheel 0.34.2 xarray 0.18.2 zipp 0.5.1 |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xarray fails on Travis CI 935773022 |
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