home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "MEMBER" and issue = 1330548427 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: reactions, created_at (date), updated_at (date)

user 2

  • andersy005 3
  • dcherian 1

issue 1

  • Temporarily import `loop_in_thread` fixture from `distributed` · 4 ✖

author_association 1

  • MEMBER · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1208258327 https://github.com/pydata/xarray/pull/6884#issuecomment-1208258327 https://api.github.com/repos/pydata/xarray/issues/6884 IC_kwDOAMm_X85IBI8X dcherian 2448579 2022-08-08T15:12:42Z 2022-08-08T15:12:42Z MEMBER

Thanks @jrbourbeau!

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 1,
    "rocket": 0,
    "eyes": 0
}
  Temporarily import `loop_in_thread` fixture from `distributed` 1330548427
1207118357 https://github.com/pydata/xarray/pull/6884#issuecomment-1207118357 https://api.github.com/repos/pydata/xarray/issues/6884 IC_kwDOAMm_X85H8yoV andersy005 13301940 2022-08-06T01:25:38Z 2022-08-06T01:25:38Z MEMBER

Thank you for this fix, @jrbourbeau!

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Temporarily import `loop_in_thread` fixture from `distributed` 1330548427
1207101255 https://github.com/pydata/xarray/pull/6884#issuecomment-1207101255 https://api.github.com/repos/pydata/xarray/issues/6884 IC_kwDOAMm_X85H8udH andersy005 13301940 2022-08-06T00:19:08Z 2022-08-06T00:19:08Z MEMBER

I opened an issue just in case this is something that can be fixed upstream.

  • https://github.com/numba/numba.github.com/issues/10
{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Temporarily import `loop_in_thread` fixture from `distributed` 1330548427
1207094758 https://github.com/pydata/xarray/pull/6884#issuecomment-1207094758 https://api.github.com/repos/pydata/xarray/issues/6884 IC_kwDOAMm_X85H8s3m andersy005 13301940 2022-08-05T23:58:55Z 2022-08-06T00:04:16Z MEMBER

It's not immediately clear to me why the docs build is failing. Has that been happening elsewhere?

When building docs on RTD, we turn Sphinx warnings into errors. Sphinx is throwing a warning that is then turned into an error after docs are built, as it appears that the SSL certificate for numba.pydata.org has expired or is misconfigured.

bash loading intersphinx inventory from https://rasterio.readthedocs.io/en/latest/objects.inv... loading intersphinx inventory from https://sparse.pydata.org/en/latest/objects.inv... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://numba.pydata.org/numba-doc/latest/objects.inv' not fetchable due to <class 'requests.exceptions.SSLError'>: HTTPSConnectionPool(host='numba.pydata.org', port=443): Max retries exceeded with url: /numba-doc/latest/objects.inv (Caused by SSLError(CertificateError("hostname 'numba.pydata.org' doesn't match either of '*.github.com', 'www.github.com', 'github.io', 'github.com', '*.github.io', 'githubusercontent.com', '*.githubusercontent.com'")))

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Temporarily import `loop_in_thread` fixture from `distributed` 1330548427

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 15.079ms · About: xarray-datasette