issue_comments
3 rows where issue = 397950349 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Xarray fails to build with bottleneck on Travis CI · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
453203293 | https://github.com/pydata/xarray/issues/2664#issuecomment-453203293 | https://api.github.com/repos/pydata/xarray/issues/2664 | MDEyOklzc3VlQ29tbWVudDQ1MzIwMzI5Mw== | Zeitsperre 10819524 | 2019-01-10T18:30:48Z | 2019-01-10T18:30:48Z | CONTRIBUTOR | That certainly is the error. The workaround identified for it is good enough for now. Thanks! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Xarray fails to build with bottleneck on Travis CI 397950349 | |
453198178 | https://github.com/pydata/xarray/issues/2664#issuecomment-453198178 | https://api.github.com/repos/pydata/xarray/issues/2664 | MDEyOklzc3VlQ29tbWVudDQ1MzE5ODE3OA== | shoyer 1217238 | 2019-01-10T18:15:44Z | 2019-01-10T18:15:57Z | MEMBER | I'm pretty sure this is due to this bottleneck issue: https://github.com/kwgoodman/bottleneck/pull/203 -- you have a broken bottleneck/numpy install. Closing since this isn't really an xarray issue. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Xarray fails to build with bottleneck on Travis CI 397950349 | |
453197393 | https://github.com/pydata/xarray/issues/2664#issuecomment-453197393 | https://api.github.com/repos/pydata/xarray/issues/2664 | MDEyOklzc3VlQ29tbWVudDQ1MzE5NzM5Mw== | shoyer 1217238 | 2019-01-10T18:13:24Z | 2019-01-10T18:13:24Z | MEMBER | can you share how you install things on Travis? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Xarray fails to build with bottleneck on Travis CI 397950349 |
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