home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 124867009 and user = 5635139 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

user 1

  • max-sixty · 5 ✖

issue 1

  • Complete renaming xray -> xarray · 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
169480892 https://github.com/pydata/xarray/issues/704#issuecomment-169480892 https://api.github.com/repos/pydata/xarray/issues/704 MDEyOklzc3VlQ29tbWVudDE2OTQ4MDg5Mg== max-sixty 5635139 2016-01-06T22:20:51Z 2016-01-06T22:20:51Z MEMBER

Probably better uses of our time - but now it doesn't align to the rightmost plane (the red one)!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Complete renaming xray -> xarray 124867009
169473494 https://github.com/pydata/xarray/issues/704#issuecomment-169473494 https://api.github.com/repos/pydata/xarray/issues/704 MDEyOklzc3VlQ29tbWVudDE2OTQ3MzQ5NA== max-sixty 5635139 2016-01-06T21:48:59Z 2016-01-06T21:48:59Z MEMBER

TBC, I meant something like this re the line (you'd need to change the spacing so it doesn't overlap)

OK, enough graphic design from me

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Complete renaming xray -> xarray 124867009
169460478 https://github.com/pydata/xarray/issues/704#issuecomment-169460478 https://api.github.com/repos/pydata/xarray/issues/704 MDEyOklzc3VlQ29tbWVudDE2OTQ2MDQ3OA== max-sixty 5635139 2016-01-06T21:04:19Z 2016-01-06T21:04:19Z MEMBER

If you're really particular, you could line up the 'line' (the one that looks like a V, representing dims) with the boxes / planes

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Complete renaming xray -> xarray 124867009
169460296 https://github.com/pydata/xarray/issues/704#issuecomment-169460296 https://api.github.com/repos/pydata/xarray/issues/704 MDEyOklzc3VlQ29tbWVudDE2OTQ2MDI5Ng== max-sixty 5635139 2016-01-06T21:03:34Z 2016-01-06T21:03:34Z MEMBER

Nice!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Complete renaming xray -> xarray 124867009
168866867 https://github.com/pydata/xarray/issues/704#issuecomment-168866867 https://api.github.com/repos/pydata/xarray/issues/704 MDEyOklzc3VlQ29tbWVudDE2ODg2Njg2Nw== max-sixty 5635139 2016-01-05T01:47:51Z 2016-01-05T01:47:51Z MEMBER

This stuff is not my forte, but how about nray, as in n-ray? Like array, but n dimensions. And still four characters. But then maybe people will think it's one syllable 'nr-ay'.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Complete renaming xray -> xarray 124867009

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