home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "MEMBER" and issue = 584709888 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • max-sixty 2
  • keewis 1

issue 1

  • Fix html repr on non-str keys · 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
601810124 https://github.com/pydata/xarray/pull/3870#issuecomment-601810124 https://api.github.com/repos/pydata/xarray/issues/3870 MDEyOklzc3VlQ29tbWVudDYwMTgxMDEyNA== max-sixty 5635139 2020-03-20T17:04:21Z 2020-03-20T17:04:21Z MEMBER

Thanks @keewis !

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix html repr on non-str keys 584709888
601625738 https://github.com/pydata/xarray/pull/3870#issuecomment-601625738 https://api.github.com/repos/pydata/xarray/issues/3870 MDEyOklzc3VlQ29tbWVudDYwMTYyNTczOA== keewis 14808389 2020-03-20T10:20:15Z 2020-03-20T10:20:15Z MEMBER

This warning is something we can't do anything about; we have to wait for a release of sphinx_rtd_theme (it is fixed on their master).

It does not cause sphinx to fail, though. In general, if the docs are failing it's mostly due to some error / warning elevated to error in the "reading" step, in this case: /home/vsts/work/1/s/doc/whats-new.rst:91: WARNING: Inline literal start-string without end-string. which should be easy to fix (I assume using "Datasets" without a space after the backtick is forbidden?).

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix html repr on non-str keys 584709888
601515441 https://github.com/pydata/xarray/pull/3870#issuecomment-601515441 https://api.github.com/repos/pydata/xarray/issues/3870 MDEyOklzc3VlQ29tbWVudDYwMTUxNTQ0MQ== max-sixty 5635139 2020-03-20T04:05:03Z 2020-03-20T04:05:03Z MEMBER

Docs failing, I think on:

/usr/share/miniconda/envs/xarray-tests/lib/python3.8/site-packages/sphinx_rtd_theme/search.html:21: RemovedInSphinx30Warning: To modify script_files in the theme is deprecated. Please insert a <script> tag directly in your theme instead.

Anyone have any ideas?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix html repr on non-str keys 584709888

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