home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 1615570467 and user = 35968931 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • TomNicholas · 3 ✖

issue 1

  • Clarifications in contributors guide · 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
1462420684 https://github.com/pydata/xarray/pull/7595#issuecomment-1462420684 https://api.github.com/repos/pydata/xarray/issues/7595 IC_kwDOAMm_X85XKsTM TomNicholas 35968931 2023-03-09T16:59:48Z 2023-03-09T16:59:48Z MEMBER

Oh right my bad - I needed to click the lower of the two "View Docs" buttons :sweat_smile:

That's definitely confusing, so I'll add this screenshot to this PR.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Clarifications in contributors guide 1615570467
1462393425 https://github.com/pydata/xarray/pull/7595#issuecomment-1462393425 https://api.github.com/repos/pydata/xarray/issues/7595 IC_kwDOAMm_X85XKlpR TomNicholas 35968931 2023-03-09T16:45:57Z 2023-03-09T16:45:57Z MEMBER

Wait hang on the docs build in the CI is not pointing to my PR - it's pointing to the stable branch! That's not right.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Clarifications in contributors guide 1615570467
1460476581 https://github.com/pydata/xarray/pull/7595#issuecomment-1460476581 https://api.github.com/repos/pydata/xarray/issues/7595 IC_kwDOAMm_X85XDRql TomNicholas 35968931 2023-03-08T16:40:27Z 2023-03-08T16:40:27Z MEMBER

There is a link in the docs to an xarray wiki:

If your test requires working with files or network connectivity, there is more information on the `testing page <https://github.com/pydata/xarray/wiki/Testing>`_ of the wiki.

This link is broken, but I'm not sure what to replace it with. I didn't even know xarray had a wiki!! Does it still exist?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Clarifications in contributors guide 1615570467

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