issue_comments
3 rows where issue = 557627188 and user = 5635139 sorted by updated_at descending
This data as json, CSV (advanced)
issue 1
- Implementation of polyfit and polyval · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 603971573 | https://github.com/pydata/xarray/pull/3733#issuecomment-603971573 | https://api.github.com/repos/pydata/xarray/issues/3733 | MDEyOklzc3VlQ29tbWVudDYwMzk3MTU3Mw== | max-sixty 5635139 | 2020-03-25T17:17:39Z | 2020-03-25T17:17:39Z | MEMBER | Great, I'm merging, but post back here for further feedback and we can iterate. Thank you very much @aulemahal ! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Implementation of polyfit and polyval 557627188 | |
| 603892480 | https://github.com/pydata/xarray/pull/3733#issuecomment-603892480 | https://api.github.com/repos/pydata/xarray/issues/3733 | MDEyOklzc3VlQ29tbWVudDYwMzg5MjQ4MA== | max-sixty 5635139 | 2020-03-25T15:04:46Z | 2020-03-25T15:04:46Z | MEMBER | Thanks @aulemahal . Sorry I missed this: I don't think I get notifications when code is pushed, only on a comment. Ping on green and I'll merge. |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Implementation of polyfit and polyval 557627188 | |
| 598888117 | https://github.com/pydata/xarray/pull/3733#issuecomment-598888117 | https://api.github.com/repos/pydata/xarray/issues/3733 | MDEyOklzc3VlQ29tbWVudDU5ODg4ODExNw== | max-sixty 5635139 | 2020-03-13T19:56:28Z | 2020-03-13T19:56:28Z | MEMBER | This looks really excellent. Thanks @aulemahal ! Any thoughts @dcherian @TomNicholas before we merge? |
{
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 1,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Implementation of polyfit and polyval 557627188 |
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