issue_comments
3 rows where author_association = "MEMBER" and issue = 100659906 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Bug when encoding datetime64 with NaT as first value · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
130851003 | https://github.com/pydata/xarray/pull/528#issuecomment-130851003 | https://api.github.com/repos/pydata/xarray/issues/528 | MDEyOklzc3VlQ29tbWVudDEzMDg1MTAwMw== | jhamman 2443309 | 2015-08-13T21:33:30Z | 2015-08-13T21:33:30Z | MEMBER | :thumbsup: |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Bug when encoding datetime64 with NaT as first value 100659906 | |
130848810 | https://github.com/pydata/xarray/pull/528#issuecomment-130848810 | https://api.github.com/repos/pydata/xarray/issues/528 | MDEyOklzc3VlQ29tbWVudDEzMDg0ODgxMA== | shoyer 1217238 | 2015-08-13T21:24:16Z | 2015-08-13T21:24:16Z | MEMBER | Merging this.... I have no idea where datetime65 came from :) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Bug when encoding datetime64 with NaT as first value 100659906 | |
130833850 | https://github.com/pydata/xarray/pull/528#issuecomment-130833850 | https://api.github.com/repos/pydata/xarray/issues/528 | MDEyOklzc3VlQ29tbWVudDEzMDgzMzg1MA== | jhamman 2443309 | 2015-08-13T20:40:42Z | 2015-08-13T20:40:42Z | MEMBER | @shoyer - this looks good... Although, what's up with the branch name |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Bug when encoding datetime64 with NaT as first value 100659906 |
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 2