issue_comments
10 rows where issue = 116349205 and user = 10050469 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- More control on cmap params · 10 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
156798769 | https://github.com/pydata/xarray/pull/655#issuecomment-156798769 | https://api.github.com/repos/pydata/xarray/issues/655 | MDEyOklzc3VlQ29tbWVudDE1Njc5ODc2OQ== | fmaussion 10050469 | 2015-11-15T10:11:30Z | 2015-11-15T10:11:30Z | MEMBER | Right, I forgot to fetch from upstream, now it should be all clean. This PR was a good experience for me! I started using xray a few weeks ago for teaching and it's really awesome to see how students with no prior experience with python are able to get the logic of working with reanalysis data so quickly... |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
More control on cmap params 116349205 | |
156743832 | https://github.com/pydata/xarray/pull/655#issuecomment-156743832 | https://api.github.com/repos/pydata/xarray/issues/655 | MDEyOklzc3VlQ29tbWVudDE1Njc0MzgzMg== | fmaussion 10050469 | 2015-11-14T20:23:42Z | 2015-11-14T20:27:40Z | MEMBER | Ups. I did a "fixup" which seems to have broken github. I'm sorry for the mess... What should I do now? I tried it locally and my branch (which consists one one single commit now) can be fast-merged... |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
More control on cmap params 116349205 | |
156404409 | https://github.com/pydata/xarray/pull/655#issuecomment-156404409 | https://api.github.com/repos/pydata/xarray/issues/655 | MDEyOklzc3VlQ29tbWVudDE1NjQwNDQwOQ== | fmaussion 10050469 | 2015-11-13T11:37:28Z | 2015-11-13T11:37:28Z | MEMBER | I've incorporated both comments and added the documentation. Let me know if it still needs revision. Should I do a rebase? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
More control on cmap params 116349205 | |
156036272 | https://github.com/pydata/xarray/pull/655#issuecomment-156036272 | https://api.github.com/repos/pydata/xarray/issues/655 | MDEyOklzc3VlQ29tbWVudDE1NjAzNjI3Mg== | fmaussion 10050469 | 2015-11-12T08:51:09Z | 2015-11-12T08:51:09Z | MEMBER | I forgot to mention: I tried to reach a compromise between @jhamman and @shoyer in the following:
I don't know if |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
More control on cmap params 116349205 | |
156035236 | https://github.com/pydata/xarray/pull/655#issuecomment-156035236 | https://api.github.com/repos/pydata/xarray/issues/655 | MDEyOklzc3VlQ29tbWVudDE1NjAzNTIzNg== | fmaussion 10050469 | 2015-11-12T08:45:22Z | 2015-11-12T08:45:22Z | MEMBER | Hi @jhamman,
This is the actual purpose of my PR.
I tend to agree with that but this would break backwards compatibility. Previous behavior was to decide that if Some of the specs added a bit of boilerplate code, especially that one:
but my changes remain quite small and seem to have preserved backwards compatibility. I tried to cover all the use cases in my test function ( Critics and/or additional use cases welcome. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
More control on cmap params 116349205 | |
155834854 | https://github.com/pydata/xarray/pull/655#issuecomment-155834854 | https://api.github.com/repos/pydata/xarray/issues/655 | MDEyOklzc3VlQ29tbWVudDE1NTgzNDg1NA== | fmaussion 10050469 | 2015-11-11T16:26:13Z | 2015-11-11T16:26:13Z | MEMBER | OK, my last push will probably brake some tests. You can have a look at my code and test-cases to see if you agree with the behaviour. I have to go home now, but I can work on this again tomorrow morning (CET) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
More control on cmap params 116349205 | |
155831140 | https://github.com/pydata/xarray/pull/655#issuecomment-155831140 | https://api.github.com/repos/pydata/xarray/issues/655 | MDEyOklzc3VlQ29tbWVudDE1NTgzMTE0MA== | fmaussion 10050469 | 2015-11-11T16:14:39Z | 2015-11-11T16:14:39Z | MEMBER | Including this last change (if both vmin and vmax are provided, the logic is that of a non-divergent cmap) brakes several tests. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
More control on cmap params 116349205 | |
155827290 | https://github.com/pydata/xarray/pull/655#issuecomment-155827290 | https://api.github.com/repos/pydata/xarray/issues/655 | MDEyOklzc3VlQ29tbWVudDE1NTgyNzI5MA== | fmaussion 10050469 | 2015-11-11T16:03:57Z | 2015-11-11T16:03:57Z | MEMBER | Ok, I have come up with something not too complicated. But before I push the changes, do we agree that when both |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
More control on cmap params 116349205 | |
155820563 | https://github.com/pydata/xarray/pull/655#issuecomment-155820563 | https://api.github.com/repos/pydata/xarray/issues/655 | MDEyOklzc3VlQ29tbWVudDE1NTgyMDU2Mw== | fmaussion 10050469 | 2015-11-11T15:40:34Z | 2015-11-11T15:41:16Z | MEMBER | OK, so the test case would look like:
This of course requires a bit more logic than the simple cases I handled in the first PR. I'll do my best. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
More control on cmap params 116349205 | |
155817937 | https://github.com/pydata/xarray/pull/655#issuecomment-155817937 | https://api.github.com/repos/pydata/xarray/issues/655 | MDEyOklzc3VlQ29tbWVudDE1NTgxNzkzNw== | fmaussion 10050469 | 2015-11-11T15:32:29Z | 2015-11-11T15:32:29Z | MEMBER | @mwaskom correct. I forgot to read @shoyer 's comments about this. He said:
I agree with this, but only if |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
More control on cmap params 116349205 |
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