issue_comments
3 rows where issue = 252547273 and user = 6213168 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: updated_at (date)
issue 1
- Pass arguments to dask.compute() · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 326749504 | https://github.com/pydata/xarray/issues/1523#issuecomment-326749504 | https://api.github.com/repos/pydata/xarray/issues/1523 | MDEyOklzc3VlQ29tbWVudDMyNjc0OTUwNA== | crusaderky 6213168 | 2017-09-02T15:03:05Z | 2017-09-02T15:03:05Z | MEMBER | @jhamman 's implementation is far more complete than mine, I pass the trophy :) |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Pass arguments to dask.compute() 252547273 | |
| 326508497 | https://github.com/pydata/xarray/issues/1523#issuecomment-326508497 | https://api.github.com/repos/pydata/xarray/issues/1523 | MDEyOklzc3VlQ29tbWVudDMyNjUwODQ5Nw== | crusaderky 6213168 | 2017-09-01T07:16:21Z | 2017-09-01T07:16:21Z | MEMBER | @jhamman I finished the implementation I have to write the unit tests this weekend |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Pass arguments to dask.compute() 252547273 | |
| 325507528 | https://github.com/pydata/xarray/issues/1523#issuecomment-325507528 | https://api.github.com/repos/pydata/xarray/issues/1523 | MDEyOklzc3VlQ29tbWVudDMyNTUwNzUyOA== | crusaderky 6213168 | 2017-08-28T23:05:15Z | 2017-08-28T23:05:15Z | MEMBER | Working on it now |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Pass arguments to dask.compute() 252547273 |
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