issue_comments
7 rows where issue = 946543524 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- add storage_options arg to to_zarr · 7 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 881672929 | https://github.com/pydata/xarray/pull/5615#issuecomment-881672929 | https://api.github.com/repos/pydata/xarray/issues/5615 | IC_kwDOAMm_X840jULh | github-actions[bot] 41898282 | 2021-07-16T19:34:34Z | 2021-08-21T23:19:12Z | CONTRIBUTOR | Unit Test Results6 files ±0 6 suites ±0 54m 38s :stopwatch: ±0s 16 224 tests ±0 14 488 :heavy_check_mark: ±0 1 736 :zzz: ±0 0 :x: ±0 90 540 runs ±0 82 357 :heavy_check_mark: ±0 8 183 :zzz: ±0 0 :x: ±0 Results for commit befd1b98. ± Comparison against base commit befd1b98. :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
} |
add storage_options arg to to_zarr 946543524 | |
| 898757495 | https://github.com/pydata/xarray/pull/5615#issuecomment-898757495 | https://api.github.com/repos/pydata/xarray/issues/5615 | IC_kwDOAMm_X841kfN3 | keewis 14808389 | 2021-08-13T22:50:46Z | 2021-08-13T22:50:46Z | MEMBER | to fix this, you can either add and use a |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
add storage_options arg to to_zarr 946543524 | |
| 898714488 | https://github.com/pydata/xarray/pull/5615#issuecomment-898714488 | https://api.github.com/repos/pydata/xarray/issues/5615 | IC_kwDOAMm_X841kUt4 | raybellwaves 17162724 | 2021-08-13T20:52:26Z | 2021-08-13T20:52:42Z | CONTRIBUTOR | test currently failing with zarr==2.4 in min-all-deps (https://github.com/pydata/xarray/blob/main/ci/requirements/py37-min-all-deps.yml#L49)
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
add storage_options arg to to_zarr 946543524 | |
| 894471702 | https://github.com/pydata/xarray/pull/5615#issuecomment-894471702 | https://api.github.com/repos/pydata/xarray/issues/5615 | IC_kwDOAMm_X841UI4W | raybellwaves 17162724 | 2021-08-06T19:24:31Z | 2021-08-06T19:24:31Z | CONTRIBUTOR | still need to think about a test |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
add storage_options arg to to_zarr 946543524 | |
| 892116559 | https://github.com/pydata/xarray/pull/5615#issuecomment-892116559 | https://api.github.com/repos/pydata/xarray/issues/5615 | IC_kwDOAMm_X841LJ5P | raybellwaves 17162724 | 2021-08-03T19:45:29Z | 2021-08-03T19:45:29Z | CONTRIBUTOR | Friendly ping on a review. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
add storage_options arg to to_zarr 946543524 | |
| 881679900 | https://github.com/pydata/xarray/pull/5615#issuecomment-881679900 | https://api.github.com/repos/pydata/xarray/issues/5615 | IC_kwDOAMm_X840jV4c | keewis 14808389 | 2021-07-16T19:49:12Z | 2021-07-16T19:49:12Z | MEMBER | that will be fixed in the next |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
add storage_options arg to to_zarr 946543524 | |
| 881678771 | https://github.com/pydata/xarray/pull/5615#issuecomment-881678771 | https://api.github.com/repos/pydata/xarray/issues/5615 | IC_kwDOAMm_X840jVmz | raybellwaves 17162724 | 2021-07-16T19:46:48Z | 2021-07-16T19:48:13Z | CONTRIBUTOR | test currently failing https://github.com/pydata/xarray/blob/main/xarray/tests/test_backends.py#L5117
Outside of this PR as it on this previous PR. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
add storage_options arg to to_zarr 946543524 |
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 3