issue_comments
3 rows where author_association = "MEMBER", issue = 309976469 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Isin · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 378466504 | https://github.com/pydata/xarray/pull/2031#issuecomment-378466504 | https://api.github.com/repos/pydata/xarray/issues/2031 | MDEyOklzc3VlQ29tbWVudDM3ODQ2NjUwNA== | shoyer 1217238 | 2018-04-04T03:10:29Z | 2018-04-04T03:10:29Z | MEMBER | Indeed, but combined |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Isin 309976469 | |
| 378463234 | https://github.com/pydata/xarray/pull/2031#issuecomment-378463234 | https://api.github.com/repos/pydata/xarray/issues/2031 | MDEyOklzc3VlQ29tbWVudDM3ODQ2MzIzNA== | shoyer 1217238 | 2018-04-04T02:48:20Z | 2018-04-04T02:48:20Z | MEMBER | Thanks @maxim-lian. As a follow-up, it might be nice to include an example showing how to use this for indexing non-dimensions in the narrative docs somewhere -- maybe in the section on |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Isin 309976469 | |
| 377575798 | https://github.com/pydata/xarray/pull/2031#issuecomment-377575798 | https://api.github.com/repos/pydata/xarray/issues/2031 | MDEyOklzc3VlQ29tbWVudDM3NzU3NTc5OA== | shoyer 1217238 | 2018-03-30T17:24:41Z | 2018-03-30T17:24:41Z | MEMBER | Let's just skip the tests if numpy is too old. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Isin 309976469 |
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