issue_comments
3 rows where issue = 192122307 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- sel with method 'nearest' fails with AssertionError · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
281411508 | https://github.com/pydata/xarray/issues/1140#issuecomment-281411508 | https://api.github.com/repos/pydata/xarray/issues/1140 | MDEyOklzc3VlQ29tbWVudDI4MTQxMTUwOA== | shoyer 1217238 | 2017-02-21T17:16:05Z | 2017-02-21T17:16:05Z | MEMBER | Just for reference (I don't develop on Windows), do we need to test both 32 and 64 bit Windows installs? It's not a big deal to add another configuration to the build matrix, but currently we only test Python 2.7 on 32-bit and 3.6 on 64-bit: https://github.com/pydata/xarray/blob/v0.9.1/appveyor.yml |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
sel with method 'nearest' fails with AssertionError 192122307 | |
281188737 | https://github.com/pydata/xarray/issues/1140#issuecomment-281188737 | https://api.github.com/repos/pydata/xarray/issues/1140 | MDEyOklzc3VlQ29tbWVudDI4MTE4ODczNw== | shoyer 1217238 | 2017-02-20T21:44:42Z | 2017-02-20T21:44:42Z | MEMBER | Sounds like we need to add 64-bit Python 2.7 on Windows to our build matrix! And also a more robust check for integer types in variable.py. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
sel with method 'nearest' fails with AssertionError 192122307 | |
268944080 | https://github.com/pydata/xarray/issues/1140#issuecomment-268944080 | https://api.github.com/repos/pydata/xarray/issues/1140 | MDEyOklzc3VlQ29tbWVudDI2ODk0NDA4MA== | shoyer 1217238 | 2016-12-23T05:52:01Z | 2016-12-23T05:52:01Z | MEMBER | Sorry for the delay getting back to you. I'm having trouble reproducing this on OS X. I assume you're running Python 2? Maybe this is a Windows thing? I'm a little baffled here. One thing that would be very helpful is a pull request with a test case that fails our continuous integration tests (which include testing Windows). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
sel with method 'nearest' fails with AssertionError 192122307 |
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