issue_comments
where author_association = "MEMBER", issue = 179052741 and user = 5635139 sorted by updated_at descending
This data as json, CSV (advanced)
issue 1
- WIP: Optional indexes (no more default coordinates given by range(n)) · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 261695720 | https://github.com/pydata/xarray/pull/1017#issuecomment-261695720 | https://api.github.com/repos/pydata/xarray/issues/1017 | MDEyOklzc3VlQ29tbWVudDI2MTY5NTcyMA== | max-sixty 5635139 | 2016-11-19T05:55:18Z | 2016-11-19T05:55:18Z | MEMBER |
In python sets have a Overall no strong view; I'm probably a weak vote against adding |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
WIP: Optional indexes (no more default coordinates given by range(n)) 179052741 | |
| 260783017 | https://github.com/pydata/xarray/pull/1017#issuecomment-260783017 | https://api.github.com/repos/pydata/xarray/issues/1017 | MDEyOklzc3VlQ29tbWVudDI2MDc4MzAxNw== | max-sixty 5635139 | 2016-11-15T21:58:04Z | 2016-11-15T21:58:04Z | MEMBER | I'm a +0.5 on @crusaderky 's (1). Although it's a list of |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
WIP: Optional indexes (no more default coordinates given by range(n)) 179052741 |
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