issue_comments
3 rows where author_association = "MEMBER" and issue = 818957820 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- reported version in the docs is misleading · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1179724602 | https://github.com/pydata/xarray/issues/4976#issuecomment-1179724602 | https://api.github.com/repos/pydata/xarray/issues/4976 | IC_kwDOAMm_X85GUSs6 | keewis 14808389 | 2022-07-10T13:00:46Z | 2022-07-10T13:00:46Z | MEMBER | the fix is described in the RTD issue I linked to above, but with the (not really new by now) docs theme this is not necessary anymore: the theme does not put the version anywhere. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
reported version in the docs is misleading 818957820 | |
| 847969101 | https://github.com/pydata/xarray/issues/4976#issuecomment-847969101 | https://api.github.com/repos/pydata/xarray/issues/4976 | MDEyOklzc3VlQ29tbWVudDg0Nzk2OTEwMQ== | keewis 14808389 | 2021-05-25T15:26:16Z | 2021-05-25T15:26:16Z | MEMBER | related: readthedocs/readthedocs.org#8201 |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
reported version in the docs is misleading 818957820 | |
| 788115598 | https://github.com/pydata/xarray/issues/4976#issuecomment-788115598 | https://api.github.com/repos/pydata/xarray/issues/4976 | MDEyOklzc3VlQ29tbWVudDc4ODExNTU5OA== | keewis 14808389 | 2021-03-01T17:10:13Z | 2021-03-01T17:10:13Z | MEMBER | hmm... I can reproduce locally with:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
reported version in the docs is misleading 818957820 |
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