issue_comments
2 rows where issue = 313040371 and user = 199050 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- test_cross_engine_read_write_netcdf3 is now failing on master · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 381395284 | https://github.com/pydata/xarray/issues/2050#issuecomment-381395284 | https://api.github.com/repos/pydata/xarray/issues/2050 | MDEyOklzc3VlQ29tbWVudDM4MTM5NTI4NA== | sebix 199050 | 2018-04-15T10:17:20Z | 2018-04-15T10:17:20Z | CONTRIBUTOR | On 2018-04-14 18:48, Stephan Hoyer wrote:
|GenericNetCDFDataTest.test_append_overwrite_values GenericNetCDFDataTest.test_append_write ||GenericNetCDFDataTestAutocloseTrue.test_append_overwrite_values| || |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
test_cross_engine_read_write_netcdf3 is now failing on master 313040371 | |
| 381326874 | https://github.com/pydata/xarray/issues/2050#issuecomment-381326874 | https://api.github.com/repos/pydata/xarray/issues/2050 | MDEyOklzc3VlQ29tbWVudDM4MTMyNjg3NA== | sebix 199050 | 2018-04-14T12:48:35Z | 2018-04-14T12:48:35Z | CONTRIBUTOR | Same problem here. Full log:
With python-netCDF4 == 1.3.1, scipy == 1.0.0, netcdf == 4.4.1 Probably a conditional skip is a (short term) solution? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
test_cross_engine_read_write_netcdf3 is now failing on master 313040371 |
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