home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 1216982208 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 3

  • max-sixty 2
  • mathause 1
  • keewis 1

issue 1

  • Update issue template to include a checklist · 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
1114350291 https://github.com/pydata/xarray/pull/6522#issuecomment-1114350291 https://api.github.com/repos/pydata/xarray/issues/6522 IC_kwDOAMm_X85Ca6LT max-sixty 5635139 2022-05-01T22:14:28Z 2022-05-01T22:14:28Z MEMBER

Merging but can make friendlier, or even revert, on feedback. Hope that's OK

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Update issue template to include a checklist 1216982208
1113970328 https://github.com/pydata/xarray/pull/6522#issuecomment-1113970328 https://api.github.com/repos/pydata/xarray/issues/6522 IC_kwDOAMm_X85CZdaY keewis 14808389 2022-04-30T11:16:45Z 2022-04-30T11:16:45Z MEMBER

I think the remaining error is this: .../doc/examples/blank_template.ipynb: WARNING: document isn't included in any toctree not sure how to fix that, though... maybe put it into a hidden toctree somewhere? Otherwise we would need to use :orphan:, but I don't know how to do that with notebooks. Does nbsphinx have a recommendation for that?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Update issue template to include a checklist 1216982208
1111967655 https://github.com/pydata/xarray/pull/6522#issuecomment-1111967655 https://api.github.com/repos/pydata/xarray/issues/6522 IC_kwDOAMm_X85CR0en mathause 10194086 2022-04-28T09:24:55Z 2022-04-28T09:24:55Z MEMBER

There are two warnings from issue_template.ipynb (but I am not sure if they are responsible for the failure).

[...]/doc/examples/issue_template.ipynb:4: WARNING: Each notebook should have at least one section title checking consistency... [...]/doc/examples/issue_template.ipynb: WARNING: document isn't included in any toctree

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Update issue template to include a checklist 1216982208
1111497369 https://github.com/pydata/xarray/pull/6522#issuecomment-1111497369 https://api.github.com/repos/pydata/xarray/issues/6522 IC_kwDOAMm_X85CQBqZ max-sixty 5635139 2022-04-27T21:23:18Z 2022-04-27T21:23:18Z MEMBER

Docs failure is unrelated!

Any feedback? (Sorry I missed the dev call this morning — unfortunately that time slot has been difficult for the past few months. Hopefully I can move things around and attend more reliably)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Update issue template to include a checklist 1216982208

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