home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 1529452371 and user = 9599 sorted by updated_at descending

✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date)

user 1

  • simonw · 4 ✖

issue 1

  • installpython3.com is now a spam website · 4 ✖

author_association 1

  • OWNER 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions issue performed_via_github_app
1379313564 https://github.com/simonw/datasette/issues/1987#issuecomment-1379313564 https://api.github.com/repos/simonw/datasette/issues/1987 IC_kwDOBm6k_c5SNqec simonw 9599 2023-01-11T18:29:25Z 2023-01-11T18:29:25Z OWNER

Fixed: - https://docs.datasette.io/en/latest/installation.html#using-pip - https://docs.datasette.io/en/stable/installation.html#using-pip - https://docs.datasette.io/en/0.64.1/installation.html#using-pip

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
installpython3.com is now a spam website 1529452371  
1379311498 https://github.com/simonw/datasette/issues/1987#issuecomment-1379311498 https://api.github.com/repos/simonw/datasette/issues/1987 IC_kwDOBm6k_c5SNp-K simonw 9599 2023-01-11T18:27:30Z 2023-01-11T18:27:46Z OWNER

I'm going to leave the bad link in the old versions, because I can't figure out a way to update them using ReadTheDocs - shipping 0.64.1 will at least mean that both /latest/ and /stable/ have a good link.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
installpython3.com is now a spam website 1529452371  
1379282756 https://github.com/simonw/datasette/issues/1987#issuecomment-1379282756 https://api.github.com/repos/simonw/datasette/issues/1987 IC_kwDOBm6k_c5SNi9E simonw 9599 2023-01-11T18:04:22Z 2023-01-11T18:04:22Z OWNER

That change is now live on https://docs.datasette.io/en/latest/installation.html#using-pip

I may need to ship a new stable dot-release to update the /en/stable/ page though.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
installpython3.com is now a spam website 1529452371  
1379276484 https://github.com/simonw/datasette/issues/1987#issuecomment-1379276484 https://api.github.com/repos/simonw/datasette/issues/1987 IC_kwDOBm6k_c5SNhbE simonw 9599 2023-01-11T18:00:35Z 2023-01-11T18:00:35Z OWNER

Next challenge: how to best deploy this.

Ideally I'd like to fix all of the older versions of the docs too - pages like https://docs.datasette.io/en/0.59.4/installation.html#using-pip

Not sure if ReadTheDocs has a mechanism for that.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
installpython3.com is now a spam website 1529452371  

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,
   [issue] INTEGER REFERENCES [issues]([id])
, [performed_via_github_app] TEXT);
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 2755.826ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows