home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 728888328 and user = 14808389 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: updated_at (date)

user 1

  • keewis · 3 ✖

issue 1

  • Add isocalendar to dt fields · 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
720165105 https://github.com/pydata/xarray/pull/4534#issuecomment-720165105 https://api.github.com/repos/pydata/xarray/issues/4534 MDEyOklzc3VlQ29tbWVudDcyMDE2NTEwNQ== keewis 14808389 2020-11-01T22:58:09Z 2020-11-01T23:20:25Z MEMBER

it does, at least locally. Not sure if it did before the merge. The RTD build is still running, though.

Edit: fixed

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add isocalendar to dt fields 728888328
720162338 https://github.com/pydata/xarray/pull/4534#issuecomment-720162338 https://api.github.com/repos/pydata/xarray/issues/4534 MDEyOklzc3VlQ29tbWVudDcyMDE2MjMzOA== keewis 14808389 2020-11-01T22:33:49Z 2020-11-01T22:34:02Z MEMBER

unfortunately the restart didn't help. I'll try to run the build locally and debug

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add isocalendar to dt fields 728888328
720147763 https://github.com/pydata/xarray/pull/4534#issuecomment-720147763 https://api.github.com/repos/pydata/xarray/issues/4534 MDEyOklzc3VlQ29tbWVudDcyMDE0Nzc2Mw== keewis 14808389 2020-11-01T20:37:03Z 2020-11-01T21:18:39Z MEMBER

@mathause, the way to check for the appropriate role is either by trial-and-error (check whether the build completes or the built page looks fine) or calling sh python -m sphinx.ext.intersphinx /path/to/objects.inv | less where objects.inv is in the _build/html directory. The path can also be a URL, in which case the file it points to will be downloaded and displayed.

The output is divided by role, so searching for the term you want to reference will give you the correct role.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add isocalendar to dt fields 728888328

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