issue_comments
7 rows where author_association = "NONE" and issue = 323017930 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Feature/pickle rasterio · 7 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
395535173 | https://github.com/pydata/xarray/pull/2131#issuecomment-395535173 | https://api.github.com/repos/pydata/xarray/issues/2131 | MDEyOklzc3VlQ29tbWVudDM5NTUzNTE3Mw== | rsignell-usgs 1872600 | 2018-06-07T19:20:24Z | 2018-06-07T19:20:24Z | NONE | Sounds good. Thanks @shoyer! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature/pickle rasterio 323017930 | |
395524953 | https://github.com/pydata/xarray/pull/2131#issuecomment-395524953 | https://api.github.com/repos/pydata/xarray/issues/2131 | MDEyOklzc3VlQ29tbWVudDM5NTUyNDk1Mw== | rsignell-usgs 1872600 | 2018-06-07T18:45:42Z | 2018-06-07T18:45:42Z | NONE | Might this PR warrant a new minor release? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature/pickle rasterio 323017930 | |
395476675 | https://github.com/pydata/xarray/pull/2131#issuecomment-395476675 | https://api.github.com/repos/pydata/xarray/issues/2131 | MDEyOklzc3VlQ29tbWVudDM5NTQ3NjY3NQ== | rsignell-usgs 1872600 | 2018-06-07T16:07:14Z | 2018-06-07T16:11:08Z | NONE | @jhamman woohoo! Cell [20] completes nicely now: https://gist.github.com/rsignell-usgs/90f15e2da918e3c6ba6ee5bb6095d594 I'm getting some errors in Cell [20], but I think those are unrelated and didn't affect the successful completion of the tasks, right? (this is on an HPC system) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature/pickle rasterio 323017930 | |
395447613 | https://github.com/pydata/xarray/pull/2131#issuecomment-395447613 | https://api.github.com/repos/pydata/xarray/issues/2131 | MDEyOklzc3VlQ29tbWVudDM5NTQ0NzYxMw== | rsignell-usgs 1872600 | 2018-06-07T14:46:21Z | 2018-06-07T14:47:07Z | NONE | @jhamman , although I'm getting distributed workers to compute the mean from a bunch of images, I'm getting a "Failed to Serialize" error in cell [23] of this notebook: https://gist.github.com/rsignell-usgs/90f15e2da918e3c6ba6ee5bb6095d594 If this is a bug, I think it was there before the recent updates. You should be able to run this notebook without modification. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature/pickle rasterio 323017930 | |
394887291 | https://github.com/pydata/xarray/pull/2131#issuecomment-394887291 | https://api.github.com/repos/pydata/xarray/issues/2131 | MDEyOklzc3VlQ29tbWVudDM5NDg4NzI5MQ== | rsignell-usgs 1872600 | 2018-06-05T23:00:51Z | 2018-06-05T23:13:08Z | NONE | @jhamman , still very much interested in this -- could the existing functionality be merged and enhanced later? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature/pickle rasterio 323017930 | |
389330810 | https://github.com/pydata/xarray/pull/2131#issuecomment-389330810 | https://api.github.com/repos/pydata/xarray/issues/2131 | MDEyOklzc3VlQ29tbWVudDM4OTMzMDgxMA== | rsignell-usgs 1872600 | 2018-05-15T22:15:22Z | 2018-05-15T22:15:22Z | NONE | It's working for me! https://gist.github.com/rsignell-usgs/ef81fb4306dac3a2406d0adb575b340f |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature/pickle rasterio 323017930 | |
389277628 | https://github.com/pydata/xarray/pull/2131#issuecomment-389277628 | https://api.github.com/repos/pydata/xarray/issues/2131 | MDEyOklzc3VlQ29tbWVudDM4OTI3NzYyOA== | rsignell-usgs 1872600 | 2018-05-15T19:02:06Z | 2018-05-15T19:02:06Z | NONE | @jhamman should I test this out on my original workflow or wait a bit? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature/pickle rasterio 323017930 |
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