issue_comments
6 rows where issue = 985376146 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- RTD build failing · 6 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 915089470 | https://github.com/pydata/xarray/issues/5758#issuecomment-915089470 | https://api.github.com/repos/pydata/xarray/issues/5758 | IC_kwDOAMm_X842iyg- | keewis 14808389 | 2021-09-08T09:47:16Z | 2021-09-08T09:47:16Z | MEMBER | RTD is working so I think this can be closed |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
RTD build failing 985376146 | |
| 913525447 | https://github.com/pydata/xarray/issues/5758#issuecomment-913525447 | https://api.github.com/repos/pydata/xarray/issues/5758 | IC_kwDOAMm_X842c0rH | mathause 10194086 | 2021-09-06T10:11:04Z | 2021-09-06T10:11:04Z | MEMBER | The issue might have been fixed by https://github.com/conda-forge/cartopy-feedstock/pull/116 |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
RTD build failing 985376146 | |
| 910518630 | https://github.com/pydata/xarray/issues/5758#issuecomment-910518630 | https://api.github.com/repos/pydata/xarray/issues/5758 | IC_kwDOAMm_X842RWlm | kmuehlbauer 5821660 | 2021-09-01T17:55:16Z | 2021-09-01T17:55:16Z | MEMBER | @mathause Thanks for sharing. :+1: |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
RTD build failing 985376146 | |
| 910516915 | https://github.com/pydata/xarray/issues/5758#issuecomment-910516915 | https://api.github.com/repos/pydata/xarray/issues/5758 | IC_kwDOAMm_X842RWKz | mathause 10194086 | 2021-09-01T17:53:04Z | 2021-09-01T17:53:04Z | MEMBER | I created some workarounds for the problem. But they are only applicable for tests and unfortunately not for the docs...
The issue was that cartopy does not set a `timeout` in `urlopen` so my tests were running forever. Also I did not want to fail my test suite if the download fails. I am now working around this, skipping tests if it cannot be downloaded. (For the docs the no timeout does not seem to be a problem, though.)
https://github.com/regionmask/regionmask/blob/e59aaa94f07e1579033ef2436701a1fe99ff3659/regionmask/tests/utils.py#L70
I also cache `~/.local/share/cartopy/` in github actions (note that the cache is only saved if the tests succeed, so it's only a partial solution).
https://github.com/regionmask/regionmask/blob/e59aaa94f07e1579033ef2436701a1fe99ff3659/.github/workflows/ci.yaml#L38
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
RTD build failing 985376146 | |
| 910498210 | https://github.com/pydata/xarray/issues/5758#issuecomment-910498210 | https://api.github.com/repos/pydata/xarray/issues/5758 | IC_kwDOAMm_X842RRmi | kmuehlbauer 5821660 | 2021-09-01T17:28:34Z | 2021-09-01T17:28:34Z | MEMBER | @mathause I've experienced that too today in one of my packages. I've learned that if cartopy is used, |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
RTD build failing 985376146 | |
| 910480441 | https://github.com/pydata/xarray/issues/5758#issuecomment-910480441 | https://api.github.com/repos/pydata/xarray/issues/5758 | IC_kwDOAMm_X842RNQ5 | mathause 10194086 | 2021-09-01T17:06:09Z | 2021-09-01T17:06:09Z | MEMBER | The failure might be the download of https://naciscdn.org/naturalearth/110m/physical/ne_110m_coastline.zip timing out (I had some issues with that in the tests of the regionmask package) |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
RTD build failing 985376146 |
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