issue_comments
6 rows where issue = 173640823 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Added validation of attrs before saving to netCDF files · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
244505226 | https://github.com/pydata/xarray/pull/991#issuecomment-244505226 | https://api.github.com/repos/pydata/xarray/issues/991 | MDEyOklzc3VlQ29tbWVudDI0NDUwNTIyNg== | shoyer 1217238 | 2016-09-02T22:52:09Z | 2016-09-02T22:52:09Z | MEMBER | thanks! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Added validation of attrs before saving to netCDF files 173640823 | |
244264366 | https://github.com/pydata/xarray/pull/991#issuecomment-244264366 | https://api.github.com/repos/pydata/xarray/issues/991 | MDEyOklzc3VlQ29tbWVudDI0NDI2NDM2Ng== | shoyer 1217238 | 2016-09-02T02:03:20Z | 2016-09-02T02:03:20Z | MEMBER | This is almost there now. I agree that we don't need to update the docs, but please do make note of it in "What's New". |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Added validation of attrs before saving to netCDF files 173640823 | |
243946499 | https://github.com/pydata/xarray/pull/991#issuecomment-243946499 | https://api.github.com/repos/pydata/xarray/issues/991 | MDEyOklzc3VlQ29tbWVudDI0Mzk0NjQ5OQ== | robintw 296686 | 2016-09-01T00:58:54Z | 2016-09-01T00:58:54Z | CONTRIBUTOR | The Travis builds seem to have all passed except for |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Added validation of attrs before saving to netCDF files 173640823 | |
243933961 | https://github.com/pydata/xarray/pull/991#issuecomment-243933961 | https://api.github.com/repos/pydata/xarray/issues/991 | MDEyOklzc3VlQ29tbWVudDI0MzkzMzk2MQ== | robintw 296686 | 2016-08-31T23:32:56Z | 2016-08-31T23:32:56Z | CONTRIBUTOR | I think I've dealt with all of these. Refactoring the tests has made them a bit cleaner and safer due to not using mutation - however I still have quite a few repeated lines of code. I've also combined them all into one test with lots of asserts - as otherwise I couldn't keep the helper functions within the test without repeating them loads of times. Does anything need adding to the docs for this? I'm assuming not as it's just making the code do more checking, it's not adding a feature as such? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Added validation of attrs before saving to netCDF files 173640823 | |
243007669 | https://github.com/pydata/xarray/pull/991#issuecomment-243007669 | https://api.github.com/repos/pydata/xarray/issues/991 | MDEyOklzc3VlQ29tbWVudDI0MzAwNzY2OQ== | shoyer 1217238 | 2016-08-28T23:55:15Z | 2016-08-28T23:55:15Z | MEMBER | Take a look at the other netcdf tests -- they all use a decorator like @requires_netCDF4, either on the class or the method. That ensures they are skipped if required libraries for the functionality are not installed. On Sun, Aug 28, 2016 at 2:43 PM Robin Wilson notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Added validation of attrs before saving to netCDF files 173640823 | |
243001377 | https://github.com/pydata/xarray/pull/991#issuecomment-243001377 | https://api.github.com/repos/pydata/xarray/issues/991 | MDEyOklzc3VlQ29tbWVudDI0MzAwMTM3Nw== | robintw 296686 | 2016-08-28T21:43:49Z | 2016-08-28T21:43:49Z | CONTRIBUTOR | Thanks, I'll deal with these modifications. Also, I'm seeing errors from TravisCI saying |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Added validation of attrs before saving to netCDF files 173640823 |
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 2