issue_comments
3 rows where issue = 94417601 and user = 2443309 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date)
issue 1
- Feature plotting · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
122576123 | https://github.com/pydata/xarray/pull/466#issuecomment-122576123 | https://api.github.com/repos/pydata/xarray/issues/466 | MDEyOklzc3VlQ29tbWVudDEyMjU3NjEyMw== | jhamman 2443309 | 2015-07-18T18:30:16Z | 2015-07-18T18:30:16Z | MEMBER | @clarkfitzg - I just spent some time running through your examples and trying to plot some of my own data. Overall - this is really slick and I really liked what you have going here. Below are a few comments I made along the way - take them or leave them.
1. Consider |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature plotting 94417601 | |
122489008 | https://github.com/pydata/xarray/pull/466#issuecomment-122489008 | https://api.github.com/repos/pydata/xarray/issues/466 | MDEyOklzc3VlQ29tbWVudDEyMjQ4OTAwOA== | jhamman 2443309 | 2015-07-18T06:02:59Z | 2015-07-18T06:02:59Z | MEMBER | yeah, +1 for the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature plotting 94417601 | |
122480887 | https://github.com/pydata/xarray/pull/466#issuecomment-122480887 | https://api.github.com/repos/pydata/xarray/issues/466 | MDEyOklzc3VlQ29tbWVudDEyMjQ4MDg4Nw== | jhamman 2443309 | 2015-07-18T04:19:17Z | 2015-07-18T04:19:17Z | MEMBER | I'm going to get around to testing this out tomorrow. I just breezed through the docs and I have one comment. Can we not use There is also a lively Github issue over here: https://github.com/matplotlib/matplotlib/issues/875 I'll try to get a few more comments out tomorrow. So far, this work is really encouraging. |
{ "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