issue_comments
2 rows where issue = 980605063 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Fix saving chunked datasets with zero length dimensions · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 906727776 | https://github.com/pydata/xarray/pull/5742#issuecomment-906727776 | https://api.github.com/repos/pydata/xarray/issues/5742 | IC_kwDOAMm_X842C5Fg | github-actions[bot] 41898282 | 2021-08-26T20:40:15Z | 2021-10-10T00:12:34Z | CONTRIBUTOR | Unit Test Results6 files 6 suites 56m 5s :stopwatch: 16 230 tests 14 494 :heavy_check_mark: 1 736 :zzz: 0 :x: 90 576 runs 82 396 :heavy_check_mark: 8 180 :zzz: 0 :x: Results for commit 7a4b2c32. :recycle: This comment has been updated with latest results. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix saving chunked datasets with zero length dimensions 980605063 | |
| 917739238 | https://github.com/pydata/xarray/pull/5742#issuecomment-917739238 | https://api.github.com/repos/pydata/xarray/issues/5742 | IC_kwDOAMm_X842s5bm | max-sixty 5635139 | 2021-09-13T00:07:56Z | 2021-09-13T00:07:56Z | MEMBER | Thanks for the PR @jaicher — it looks good. I'm going to mark it as mergable and then we can merge in a couple of days if no one who knows more than me re dask comments |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix saving chunked datasets with zero length dimensions 980605063 |
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