issue_comments
3 rows where issue = 195971828 and user = 10050469 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Things to complete before releasing xarray v0.9.0 · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 274960256 | https://github.com/pydata/xarray/issues/1167#issuecomment-274960256 | https://api.github.com/repos/pydata/xarray/issues/1167 | MDEyOklzc3VlQ29tbWVudDI3NDk2MDI1Ng== | fmaussion 10050469 | 2017-01-24T22:29:41Z | 2017-01-24T22:29:41Z | MEMBER | @shoyer I've tested mpl on the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Things to complete before releasing xarray v0.9.0 195971828 | |
| 274944511 | https://github.com/pydata/xarray/issues/1167#issuecomment-274944511 | https://api.github.com/repos/pydata/xarray/issues/1167 | MDEyOklzc3VlQ29tbWVudDI3NDk0NDUxMQ== | fmaussion 10050469 | 2017-01-24T21:28:52Z | 2017-01-24T21:28:52Z | MEMBER | It is picky but it might be worth to pin mpl to v2 for nicer plots in the docs ;-) Am I allowed to try it out? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Things to complete before releasing xarray v0.9.0 195971828 | |
| 274329348 | https://github.com/pydata/xarray/issues/1167#issuecomment-274329348 | https://api.github.com/repos/pydata/xarray/issues/1167 | MDEyOklzc3VlQ29tbWVudDI3NDMyOTM0OA== | fmaussion 10050469 | 2017-01-22T12:56:07Z | 2017-01-24T21:18:40Z | MEMBER | If I wrap up this thread, I see we are missing:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Things to complete before releasing xarray v0.9.0 195971828 |
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