issue_comments
3 rows where author_association = "MEMBER" and issue = 345426020 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- interp() now accepts date strings as desired co-ordinate locations · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 408654564 | https://github.com/pydata/xarray/pull/2325#issuecomment-408654564 | https://api.github.com/repos/pydata/xarray/issues/2325 | MDEyOklzc3VlQ29tbWVudDQwODY1NDU2NA== | fujiisoup 6815844 | 2018-07-29T06:09:44Z | 2018-07-29T06:09:44Z | MEMBER | Thanks, @dcherian. merging. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
interp() now accepts date strings as desired co-ordinate locations 345426020 | |
| 408596807 | https://github.com/pydata/xarray/pull/2325#issuecomment-408596807 | https://api.github.com/repos/pydata/xarray/issues/2325 | MDEyOklzc3VlQ29tbWVudDQwODU5NjgwNw== | fujiisoup 6815844 | 2018-07-28T10:06:59Z | 2018-07-28T10:06:59Z | MEMBER | Can you merge master? It will solve some failures in CI. I also noticed tests in Python=2.7 are failing. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
interp() now accepts date strings as desired co-ordinate locations 345426020 | |
| 408589436 | https://github.com/pydata/xarray/pull/2325#issuecomment-408589436 | https://api.github.com/repos/pydata/xarray/issues/2325 | MDEyOklzc3VlQ29tbWVudDQwODU4OTQzNg== | fujiisoup 6815844 | 2018-07-28T07:33:03Z | 2018-07-28T08:38:09Z | MEMBER | Thanks, @dcherian . It looks already great, but can you add a bit more test cases to keep it working with the future modification?
It would be nicer if we can check
+ If I think they will be passing with the current PR though. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
interp() now accepts date strings as desired co-ordinate locations 345426020 |
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