issue_comments
7 rows where author_association = "CONTRIBUTOR", issue = 207011524 and user = 5700886 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Allow for plotting dummy netCDF4.datetime objects. · 7 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
284397545 | https://github.com/pydata/xarray/pull/1261#issuecomment-284397545 | https://api.github.com/repos/pydata/xarray/issues/1261 | MDEyOklzc3VlQ29tbWVudDI4NDM5NzU0NQ== | willirath 5700886 | 2017-03-06T13:37:33Z | 2017-03-06T13:37:33Z | CONTRIBUTOR | Yes, I know that xarray usually doesn't use My last commit reflects what I'd consider ready to be pulled. Let me know what you think. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow for plotting dummy netCDF4.datetime objects. 207011524 | |
279467664 | https://github.com/pydata/xarray/pull/1261#issuecomment-279467664 | https://api.github.com/repos/pydata/xarray/issues/1261 | MDEyOklzc3VlQ29tbWVudDI3OTQ2NzY2NA== | willirath 5700886 | 2017-02-13T17:50:13Z | 2017-02-13T17:50:13Z | CONTRIBUTOR |
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow for plotting dummy netCDF4.datetime objects. 207011524 | |
279459572 | https://github.com/pydata/xarray/pull/1261#issuecomment-279459572 | https://api.github.com/repos/pydata/xarray/issues/1261 | MDEyOklzc3VlQ29tbWVudDI3OTQ1OTU3Mg== | willirath 5700886 | 2017-02-13T17:21:37Z | 2017-02-13T17:26:12Z | CONTRIBUTOR | a85b5c6 and e31aaab add a test plotting against a coordinate with 6f5e30f adds |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow for plotting dummy netCDF4.datetime objects. 207011524 | |
279186528 | https://github.com/pydata/xarray/pull/1261#issuecomment-279186528 | https://api.github.com/repos/pydata/xarray/issues/1261 | MDEyOklzc3VlQ29tbWVudDI3OTE4NjUyOA== | willirath 5700886 | 2017-02-12T00:26:59Z | 2017-02-13T17:25:32Z | CONTRIBUTOR |
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow for plotting dummy netCDF4.datetime objects. 207011524 | |
279340528 | https://github.com/pydata/xarray/pull/1261#issuecomment-279340528 | https://api.github.com/repos/pydata/xarray/issues/1261 | MDEyOklzc3VlQ29tbWVudDI3OTM0MDUyOA== | willirath 5700886 | 2017-02-13T09:54:30Z | 2017-02-13T09:54:30Z | CONTRIBUTOR |
I was wrong here: And matplotlib fails on the latter: https://gist.github.com/willirath/48c04db0481e986fac0e44549e164ab0 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow for plotting dummy netCDF4.datetime objects. 207011524 | |
279185373 | https://github.com/pydata/xarray/pull/1261#issuecomment-279185373 | https://api.github.com/repos/pydata/xarray/issues/1261 | MDEyOklzc3VlQ29tbWVudDI3OTE4NTM3Mw== | willirath 5700886 | 2017-02-12T00:03:26Z | 2017-02-12T00:03:26Z | CONTRIBUTOR |
Yes it does. They are just treated like |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow for plotting dummy netCDF4.datetime objects. 207011524 | |
279185264 | https://github.com/pydata/xarray/pull/1261#issuecomment-279185264 | https://api.github.com/repos/pydata/xarray/issues/1261 | MDEyOklzc3VlQ29tbWVudDI3OTE4NTI2NA== | willirath 5700886 | 2017-02-12T00:01:21Z | 2017-02-12T00:01:21Z | CONTRIBUTOR | Failing tests:
All of these check strings as input to the plot functions and expect a
A possible way out would be to check for numeric types and datetime-like types separately. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow for plotting dummy netCDF4.datetime objects. 207011524 |
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