issue_comments
where author_association = "MEMBER", issue = 274392275 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Potential test failures with libnetcdf 4.5.0 · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 345363401 | https://github.com/pydata/xarray/issues/1721#issuecomment-345363401 | https://api.github.com/repos/pydata/xarray/issues/1721 | MDEyOklzc3VlQ29tbWVudDM0NTM2MzQwMQ== | shoyer 1217238 | 2017-11-17T20:57:56Z | 2017-11-17T20:57:56Z | MEMBER | I ran our test suite with libnetcdf 4.5.0 and it turned up two failures, for I'll have to do a little digging to turn up exactly which cross read/write cases failed. (It would probably be best to edit the test cases to use parameterized tests of some sort rather than the explicit "for" loop) |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Potential test failures with libnetcdf 4.5.0 274392275 | |
| 345294520 | https://github.com/pydata/xarray/issues/1721#issuecomment-345294520 | https://api.github.com/repos/pydata/xarray/issues/1721 | MDEyOklzc3VlQ29tbWVudDM0NTI5NDUyMA== | shoyer 1217238 | 2017-11-17T16:36:47Z | 2017-11-17T16:36:47Z | MEMBER | @spencerahill how did you install libnetcdf 4.5.0? I'm still getting 4.4.1 with conda, on both the default and conda-forge channel. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Potential test failures with libnetcdf 4.5.0 274392275 |
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