home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 1615570467 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

  • TomNicholas 3
  • Illviljan 1
  • keewis 1

issue 1

  • Clarifications in contributors guide · 5 ✖

author_association 1

  • MEMBER 5
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
1460756497 https://github.com/pydata/xarray/pull/7595#issuecomment-1460756497 https://api.github.com/repos/pydata/xarray/issues/7595 IC_kwDOAMm_X85XEWAR Illviljan 14371165 2023-03-08T19:45:49Z 2023-03-08T19:45:49Z MEMBER

I don't enjoy using git so I'll plug Github Desktop. I think it will reduce so much of the friction git causes to beginners: https://www.youtube.com/watch?v=l7uo1d3R0Wo https://www.youtube.com/watch?v=qUYkRWGWntE

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Clarifications in contributors guide 1615570467
1460617219 https://github.com/pydata/xarray/pull/7595#issuecomment-1460617219 https://api.github.com/repos/pydata/xarray/issues/7595 IC_kwDOAMm_X85XD0AD keewis 14808389 2023-03-08T18:05:54Z 2023-03-08T18:05:54Z MEMBER

Does it still exist?

It does not (I think?): the wiki feature is disabled, and enabling it just creates a blank instance. So I guess if it ever existed it is gone now.

{
    "total_count": 1,
    "+1": 1,
    "-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 13.837ms · About: xarray-datasette