issue_comments
4 rows where issue = 849974334 and user = 5635139 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Move mypy configs from pre-commit to mypy config · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 819682939 | https://github.com/pydata/xarray/pull/5110#issuecomment-819682939 | https://api.github.com/repos/pydata/xarray/issues/5110 | MDEyOklzc3VlQ29tbWVudDgxOTY4MjkzOQ== | max-sixty 5635139 | 2021-04-14T17:15:43Z | 2021-04-14T17:15:43Z | MEMBER |
Thanks! I added a link to that for future travelers |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Move mypy configs from pre-commit to mypy config 849974334 | |
| 818331126 | https://github.com/pydata/xarray/pull/5110#issuecomment-818331126 | https://api.github.com/repos/pydata/xarray/issues/5110 | MDEyOklzc3VlQ29tbWVudDgxODMzMTEyNg== | max-sixty 5635139 | 2021-04-13T00:26:18Z | 2021-04-13T00:26:18Z | MEMBER |
Great done. I didn't know about that. Why do we have that as well as |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Move mypy configs from pre-commit to mypy config 849974334 | |
| 817440782 | https://github.com/pydata/xarray/pull/5110#issuecomment-817440782 | https://api.github.com/repos/pydata/xarray/issues/5110 | MDEyOklzc3VlQ29tbWVudDgxNzQ0MDc4Mg== | max-sixty 5635139 | 2021-04-12T02:43:39Z | 2021-04-12T02:56:41Z | MEMBER | I think this should now work! TIL toml doesn't have quotations for strings We still need the entry in |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Move mypy configs from pre-commit to mypy config 849974334 | |
| 813110869 | https://github.com/pydata/xarray/pull/5110#issuecomment-813110869 | https://api.github.com/repos/pydata/xarray/issues/5110 | MDEyOklzc3VlQ29tbWVudDgxMzExMDg2OQ== | max-sixty 5635139 | 2021-04-04T22:48:06Z | 2021-04-04T22:48:06Z | MEMBER | This doesn't seem to work:
Not sure exactly why it doesn't ignore the errors given the configs. I'll close this unless anyone has ideas. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Move mypy configs from pre-commit to mypy config 849974334 |
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