issue_comments
3 rows where author_association = "MEMBER", issue = 36238963 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
These facets timed out: issue
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 384720239 | https://github.com/pydata/xarray/issues/170#issuecomment-384720239 | https://api.github.com/repos/pydata/xarray/issues/170 | MDEyOklzc3VlQ29tbWVudDM4NDcyMDIzOQ== | shoyer 1217238 | 2018-04-26T17:18:00Z | 2018-04-26T17:18:00Z | MEMBER |
|
{
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 1,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add DataArray.insert_dim 36238963 | |
| 248756031 | https://github.com/pydata/xarray/issues/170#issuecomment-248756031 | https://api.github.com/repos/pydata/xarray/issues/170 | MDEyOklzc3VlQ29tbWVudDI0ODc1NjAzMQ== | shoyer 1217238 | 2016-09-21T22:01:44Z | 2016-09-21T22:01:44Z | MEMBER | Related API: something like |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add DataArray.insert_dim 36238963 | |
| 78551644 | https://github.com/pydata/xarray/issues/170#issuecomment-78551644 | https://api.github.com/repos/pydata/xarray/issues/170 | MDEyOklzc3VlQ29tbWVudDc4NTUxNjQ0 | shoyer 1217238 | 2015-03-12T18:11:39Z | 2015-03-12T18:11:39Z | MEMBER | FYI you can currently work around this with:
or for a dataset:
|
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add DataArray.insert_dim 36238963 |
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