issue_comments
3 rows where issue = 302695966 and user = 12229877 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Fix RGB imshow with X or Y dim of size one · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
371011595 | https://github.com/pydata/xarray/pull/1967#issuecomment-371011595 | https://api.github.com/repos/pydata/xarray/issues/1967 | MDEyOklzc3VlQ29tbWVudDM3MTAxMTU5NQ== | Zac-HD 12229877 | 2018-03-07T03:34:37Z | 2018-03-07T03:34:37Z | CONTRIBUTOR | Not any more :wink: - it links to the docs that "[ I'd actually like to keep the magic in |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix RGB imshow with X or Y dim of size one 302695966 | |
370974503 | https://github.com/pydata/xarray/pull/1967#issuecomment-370974503 | https://api.github.com/repos/pydata/xarray/issues/1967 | MDEyOklzc3VlQ29tbWVudDM3MDk3NDUwMw== | Zac-HD 12229877 | 2018-03-07T00:06:15Z | 2018-03-07T03:08:31Z | CONTRIBUTOR | Ah, I see what you mean but don't think we need any change or additional test. There's a catch though -
My view is that the test you linked to is sufficient for the test you're asking for - TLDR - working as intended IMO, it's just that nobody reads the docs. Changing the API would avoid this but at cost of convenience which is the whole point of |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix RGB imshow with X or Y dim of size one 302695966 | |
370813600 | https://github.com/pydata/xarray/pull/1967#issuecomment-370813600 | https://api.github.com/repos/pydata/xarray/issues/1967 | MDEyOklzc3VlQ29tbWVudDM3MDgxMzYwMA== | Zac-HD 12229877 | 2018-03-06T15:13:43Z | 2018-03-06T15:13:43Z | CONTRIBUTOR | No problem - I had an hour free and no open pulls waiting on me, so the timing was good. As a regression test it's specific to imshow, so I'm not sure what you'd want here (or whether it would work at all on the 2d mixin). More details please? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix RGB imshow with X or Y dim of size one 302695966 |
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