home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 985376146 and user = 10194086 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date)

user 1

  • mathause · 3 ✖

issue 1

  • RTD build failing · 3 ✖

author_association 1

  • MEMBER 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
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
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
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

CSV options:

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]);
Powered by Datasette · Queries took 680.41ms · About: xarray-datasette