issue_comments
where author_association = "MEMBER", issue = 640740029 and user = 14808389 sorted by updated_at descending
This data as json, CSV (advanced)
These facets timed out: author_association, issue
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 650430723 | https://github.com/pydata/xarray/pull/4163#issuecomment-650430723 | https://api.github.com/repos/pydata/xarray/issues/4163 | MDEyOklzc3VlQ29tbWVudDY1MDQzMDcyMw== | keewis 14808389 | 2020-06-26T22:25:46Z | 2020-06-26T22:25:46Z | MEMBER | Once the CI passes this should be ready for review and merging. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
silence UnitStrippedWarnings 640740029 | |
| 649860850 | https://github.com/pydata/xarray/pull/4163#issuecomment-649860850 | https://api.github.com/repos/pydata/xarray/issues/4163 | MDEyOklzc3VlQ29tbWVudDY0OTg2MDg1MA== | keewis 14808389 | 2020-06-25T23:06:28Z | 2020-06-25T23:16:04Z | MEMBER | I tried that by writing some sort of So to make this work I think we'd need to rewrite Edit: Right now the only failing tests are due to hgrecco/pint#1123. I guess I'll just remove the xfail condition and add it back once that PR is merged. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
silence UnitStrippedWarnings 640740029 | |
| 648266355 | https://github.com/pydata/xarray/pull/4163#issuecomment-648266355 | https://api.github.com/repos/pydata/xarray/issues/4163 | MDEyOklzc3VlQ29tbWVudDY0ODI2NjM1NQ== | keewis 14808389 | 2020-06-23T16:14:44Z | 2020-06-23T21:50:51Z | MEMBER | unfortunately, this doesn't seem to really work: |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
silence UnitStrippedWarnings 640740029 | |
| 647525098 | https://github.com/pydata/xarray/pull/4163#issuecomment-647525098 | https://api.github.com/repos/pydata/xarray/issues/4163 | MDEyOklzc3VlQ29tbWVudDY0NzUyNTA5OA== | keewis 14808389 | 2020-06-22T13:38:14Z | 2020-06-22T13:38:14Z | MEMBER | except from the failing Since they use |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
silence UnitStrippedWarnings 640740029 |
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