issue_comments
5 rows where issue = 536214141 and user = 14808389 sorted by updated_at descending
This data as json, CSV (advanced)
issue 1
- Fix zarr append with groups · 5 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 591579373 | https://github.com/pydata/xarray/pull/3610#issuecomment-591579373 | https://api.github.com/repos/pydata/xarray/issues/3610 | MDEyOklzc3VlQ29tbWVudDU5MTU3OTM3Mw== | keewis 14808389 | 2020-02-26T18:43:03Z | 2020-02-26T18:43:03Z | MEMBER | it's here:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix zarr append with groups 536214141 | |
| 591550375 | https://github.com/pydata/xarray/pull/3610#issuecomment-591550375 | https://api.github.com/repos/pydata/xarray/issues/3610 | MDEyOklzc3VlQ29tbWVudDU5MTU1MDM3NQ== | keewis 14808389 | 2020-02-26T17:38:09Z | 2020-02-26T17:38:09Z | MEMBER | the upstream-dev failure is #3751, but although there should be no change here that would trigger it, the docs failure (referencing |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix zarr append with groups 536214141 | |
| 573070906 | https://github.com/pydata/xarray/pull/3610#issuecomment-573070906 | https://api.github.com/repos/pydata/xarray/issues/3610 | MDEyOklzc3VlQ29tbWVudDU3MzA3MDkwNg== | keewis 14808389 | 2020-01-10T15:04:36Z | 2020-01-10T15:04:36Z | MEMBER | Looks good to me. However, I don't know much about backends so I'll let someone else review the code. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix zarr append with groups 536214141 | |
| 573038056 | https://github.com/pydata/xarray/pull/3610#issuecomment-573038056 | https://api.github.com/repos/pydata/xarray/issues/3610 | MDEyOklzc3VlQ29tbWVudDU3MzAzODA1Ng== | keewis 14808389 | 2020-01-10T13:37:01Z | 2020-01-10T13:37:01Z | MEMBER | I cherry-picked your commits, but I'm not sure I included all the changes. Could you check that? Also, I can't seem to figure out how to push to this PR, so you will have to do that instead: ```bash git checkout fix_zarr_append_with_groups backup branchgit branch backup_fix_zarr_append_with_groups delete branchgit checkout master git branch -D fix_zarr_append_with_groups checkout fixed branchgit checkout --track origin/fix_zarr_append_with_groups force pushgit push -f <fork-remote> fix_zarr_append_with_groups ``` |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix zarr append with groups 536214141 | |
| 573020875 | https://github.com/pydata/xarray/pull/3610#issuecomment-573020875 | https://api.github.com/repos/pydata/xarray/issues/3610 | MDEyOklzc3VlQ29tbWVudDU3MzAyMDg3NQ== | keewis 14808389 | 2020-01-10T12:43:04Z | 2020-01-10T12:43:04Z | MEMBER | If you don't mind I'll try to fix that for you. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Fix zarr append with groups 536214141 |
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