issue_comments
2 rows where issue = 1403614394 and user = 14808389 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Cumulative examples · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1287899447 | https://github.com/pydata/xarray/pull/7152#issuecomment-1287899447 | https://api.github.com/repos/pydata/xarray/issues/7152 | IC_kwDOAMm_X85Mw8k3 | keewis 14808389 | 2022-10-22T19:59:16Z | 2022-10-22T19:59:48Z | MEMBER | well, that's just it: there's no way to discriminate between docstrings and multi-line triple-quoted strings without parsing the python code (which is definitely out of scope), so When created that file we decided to skip the |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Cumulative examples 1403614394 | |
1287825909 | https://github.com/pydata/xarray/pull/7152#issuecomment-1287825909 | https://api.github.com/repos/pydata/xarray/issues/7152 | IC_kwDOAMm_X85Mwqn1 | keewis 14808389 | 2022-10-22T15:21:44Z | 2022-10-22T15:24:45Z | MEMBER |
so the reason is the position of the triple quotes: with
Technically, that's a bug (the triple quotes mark the end of the docstring), but one that is a bit tricky to fix: My guess is that it would have to start counting quotes which I've tried to avoid up until now since there's a lot of details to get right (see also keewis/blackdoc#145) Edit: for now, I guess it would be fine to add something like |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Cumulative examples 1403614394 |
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