issue_comments
7 rows where issue = 94417601 and user = 5356122 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Feature plotting · 7 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
122929524 | https://github.com/pydata/xarray/pull/466#issuecomment-122929524 | https://api.github.com/repos/pydata/xarray/issues/466 | MDEyOklzc3VlQ29tbWVudDEyMjkyOTUyNA== | clarkfitzg 5356122 | 2015-07-20T16:07:36Z | 2015-07-20T16:07:36Z | MEMBER | @jhamman
1. The issue with
Seems like it used an old version of matplotlib, but it still worked. Followed their docs: http://scitools.org.uk/cartopy/docs/latest/installing.html |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature plotting 94417601 | |
122686257 | https://github.com/pydata/xarray/pull/466#issuecomment-122686257 | https://api.github.com/repos/pydata/xarray/issues/466 | MDEyOklzc3VlQ29tbWVudDEyMjY4NjI1Nw== | clarkfitzg 5356122 | 2015-07-19T17:17:20Z | 2015-07-19T17:17:20Z | MEMBER | Sure. I'll do it separate from this PR. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature plotting 94417601 | |
122611548 | https://github.com/pydata/xarray/pull/466#issuecomment-122611548 | https://api.github.com/repos/pydata/xarray/issues/466 | MDEyOklzc3VlQ29tbWVudDEyMjYxMTU0OA== | clarkfitzg 5356122 | 2015-07-19T01:41:18Z | 2015-07-19T01:41:18Z | MEMBER | Thanks for all the feedback! I'll change the default colormap and look into the other things mentioned on Monday. Re Python 3 compatibility with |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature plotting 94417601 | |
122273892 | https://github.com/pydata/xarray/pull/466#issuecomment-122273892 | https://api.github.com/repos/pydata/xarray/issues/466 | MDEyOklzc3VlQ29tbWVudDEyMjI3Mzg5Mg== | clarkfitzg 5356122 | 2015-07-17T13:23:38Z | 2015-07-17T13:23:38Z | MEMBER | @shoyer I thought about it more and realized there's no need to return the axis since these functions just update the state. Taking your suggestion and returning whatever the matplotlib function returns in all cases now. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature plotting 94417601 | |
121004893 | https://github.com/pydata/xarray/pull/466#issuecomment-121004893 | https://api.github.com/repos/pydata/xarray/issues/466 | MDEyOklzc3VlQ29tbWVudDEyMTAwNDg5Mw== | clarkfitzg 5356122 | 2015-07-13T17:52:02Z | 2015-07-13T17:52:02Z | MEMBER | Gridlines in built docs are distracting- take them out. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature plotting 94417601 | |
120994910 | https://github.com/pydata/xarray/pull/466#issuecomment-120994910 | https://api.github.com/repos/pydata/xarray/issues/466 | MDEyOklzc3VlQ29tbWVudDEyMDk5NDkxMA== | clarkfitzg 5356122 | 2015-07-13T17:07:17Z | 2015-07-13T17:07:17Z | MEMBER | @nbren12 good tip- works now :) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature plotting 94417601 | |
120571809 | https://github.com/pydata/xarray/pull/466#issuecomment-120571809 | https://api.github.com/repos/pydata/xarray/issues/466 | MDEyOklzc3VlQ29tbWVudDEyMDU3MTgwOQ== | clarkfitzg 5356122 | 2015-07-11T04:29:42Z | 2015-07-11T04:29:42Z | MEMBER | cc @nbren12, @jhamman feedback here is welcome, particularly on the API and docs (link is on top of page) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature plotting 94417601 |
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