issue_comments
3 rows where issue = 1098449364 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Remove numpy from mypy pre-commit · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1010067623 | https://github.com/pydata/xarray/pull/6151#issuecomment-1010067623 | https://api.github.com/repos/pydata/xarray/issues/6151 | IC_kwDOAMm_X848NGin | mathause 10194086 | 2022-01-11T15:20:08Z | 2022-01-11T15:20:08Z | MEMBER | See #6155 |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Remove numpy from mypy pre-commit 1098449364 | |
| 1010011531 | https://github.com/pydata/xarray/pull/6151#issuecomment-1010011531 | https://api.github.com/repos/pydata/xarray/issues/6151 | IC_kwDOAMm_X848M42L | max-sixty 5635139 | 2022-01-11T14:22:05Z | 2022-01-11T14:22:05Z | MEMBER |
That's what I had though initially — but it only happens in pre-commit. I'm not sure why. I wouldn't have thought that removing numpy is progress... But it does fix the immediate problems both locally and in pre-commit |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Remove numpy from mypy pre-commit 1098449364 | |
| 1009980461 | https://github.com/pydata/xarray/pull/6151#issuecomment-1009980461 | https://api.github.com/repos/pydata/xarray/issues/6151 | IC_kwDOAMm_X848MxQt | mathause 10194086 | 2022-01-11T13:47:12Z | 2022-01-11T13:47:12Z | MEMBER | We will have to fix the problems else running mypy locally with the newest numpy version will error... |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Remove numpy from mypy pre-commit 1098449364 |
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