issue_comments
3 rows where author_association = "MEMBER", issue = 1353467346 and user = 5635139 sorted by updated_at descending
This data as json, CSV (advanced)
issue 1
- Fixed type errors in `mypy` GitHub Action · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1278199058 | https://github.com/pydata/xarray/pull/6963#issuecomment-1278199058 | https://api.github.com/repos/pydata/xarray/issues/6963 | IC_kwDOAMm_X85ML8US | max-sixty 5635139 | 2022-10-13T21:29:33Z | 2022-10-13T21:29:33Z | MEMBER | I can't repro the failure on the current PR
I'm not sure why it's raising an error for an imported module where And weirdly, I get errors running mypy in dask latest main, but not this error!
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fixed type errors in `mypy` GitHub Action 1353467346 | |
1278122952 | https://github.com/pydata/xarray/pull/6963#issuecomment-1278122952 | https://api.github.com/repos/pydata/xarray/issues/6963 | IC_kwDOAMm_X85MLpvI | max-sixty 5635139 | 2022-10-13T20:07:43Z | 2022-10-13T20:07:43Z | MEMBER |
Sorry, my test was on main. I can rerun on this PR. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fixed type errors in `mypy` GitHub Action 1353467346 | |
1278119369 | https://github.com/pydata/xarray/pull/6963#issuecomment-1278119369 | https://api.github.com/repos/pydata/xarray/issues/6963 | IC_kwDOAMm_X85MLo3J | max-sixty 5635139 | 2022-10-13T20:03:50Z | 2022-10-13T20:03:50Z | MEMBER | I get some errors: ``` ❯ git describe v0.17.0-798-g3599f873 ❯ mypy --python-version 3.8 xarray/core/types.py:72: error: "tuple" is not subscriptable [misc] xarray/core/types.py:74: error: "tuple" is not subscriptable [misc] xarray/core/types.py:76: error: "tuple" is not subscriptable [misc] xarray/core/types.py:78: error: "list" is not subscriptable [misc] xarray/core/_reductions.py:18: error: Cannot find implementation or library stub for module named "flox" [import] xarray/core/_reductions.py:18: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports xarray/core/merge.py:43: error: "tuple" is not subscriptable [misc] xarray/core/merge.py:44: error: "tuple" is not subscriptable [misc] xarray/core/merge.py:45: error: "tuple" is not subscriptable [misc] xarray/core/groupby.py:661: error: Cannot find implementation or library stub for module named "flox.xarray" [import] xarray/backends/api.py:65: error: "dict" is not subscriptable [misc] Found 10 errors in 5 files (checked 139 source files) ``` (not sure why |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fixed type errors in `mypy` GitHub Action 1353467346 |
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