issue_comments
4 rows where author_association = "NONE" and issue = 1019478260 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Dask error when importing pip installed xarray. · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 945186522 | https://github.com/pydata/xarray/issues/5841#issuecomment-945186522 | https://api.github.com/repos/pydata/xarray/issues/5841 | IC_kwDOAMm_X844Vmba | twhughes 5669557 | 2021-10-17T20:05:45Z | 2021-10-17T20:05:45Z | NONE | Hm, ok this seems to pass for me as well. I will have to look into it a bit more, thanks for your advice. On Sun, Oct 17, 2021 at 9:50 AM keewis @.***> wrote:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Dask error when importing pip installed xarray. 1019478260 | |
| 945153975 | https://github.com/pydata/xarray/issues/5841#issuecomment-945153975 | https://api.github.com/repos/pydata/xarray/issues/5841 | IC_kwDOAMm_X844Vee3 | twhughes 5669557 | 2021-10-17T16:26:03Z | 2021-10-17T16:26:03Z | NONE | Thanks. Note I am using |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Dask error when importing pip installed xarray. 1019478260 | |
| 937808678 | https://github.com/pydata/xarray/issues/5841#issuecomment-937808678 | https://api.github.com/repos/pydata/xarray/issues/5841 | IC_kwDOAMm_X8435dMm | twhughes 5669557 | 2021-10-07T13:45:55Z | 2021-10-07T13:45:55Z | NONE | Actually It doesn't seem to be so simple, I will try to isolate the issue n my installation. Is there any way to disable dask explicitly so I can bypass this error? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Dask error when importing pip installed xarray. 1019478260 | |
| 937771657 | https://github.com/pydata/xarray/issues/5841#issuecomment-937771657 | https://api.github.com/repos/pydata/xarray/issues/5841 | IC_kwDOAMm_X8435UKJ | twhughes 5669557 | 2021-10-07T13:03:40Z | 2021-10-07T13:03:40Z | NONE | Appreciate the help @keewis, I did some investigative work and it seems to work fine until I install PyYAML. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Dask error when importing pip installed xarray. 1019478260 |
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