home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

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

  • simonw 5

issue 1

  • Link from documentation to source code · 5 ✖

author_association 1

  • OWNER 5
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions issue performed_via_github_app
1214199975 https://github.com/simonw/sqlite-utils/issues/464#issuecomment-1214199975 https://api.github.com/repos/simonw/sqlite-utils/issues/464 IC_kwDOCGYnMM5IXzin simonw 9599 2022-08-13T18:09:02Z 2022-08-13T18:09:02Z OWNER

I may be able to do this without that extra dependency: https://www.sphinx-doc.org/en/master/usage/extensions/linkcode.html

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Link from documentation to source code 1338001039  
1214188615 https://github.com/simonw/sqlite-utils/issues/464#issuecomment-1214188615 https://api.github.com/repos/simonw/sqlite-utils/issues/464 IC_kwDOCGYnMM5IXwxH simonw 9599 2022-08-13T16:50:16Z 2022-08-13T16:50:16Z OWNER

Extracted a TIL: https://til.simonwillison.net/python/setup-py-from-url

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Link from documentation to source code 1338001039  
1214187919 https://github.com/simonw/sqlite-utils/issues/464#issuecomment-1214187919 https://api.github.com/repos/simonw/sqlite-utils/issues/464 IC_kwDOCGYnMM5IXwmP simonw 9599 2022-08-13T16:46:01Z 2022-08-13T16:49:36Z OWNER

Source links are now live here: https://sqlite-utils.datasette.io/en/latest/reference.html

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Link from documentation to source code 1338001039  
1214184631 https://github.com/simonw/sqlite-utils/issues/464#issuecomment-1214184631 https://api.github.com/repos/simonw/sqlite-utils/issues/464 IC_kwDOCGYnMM5IXvy3 simonw 9599 2022-08-13T16:21:40Z 2022-08-13T16:21:40Z OWNER

I tried it out and ran into a bug, which I've reported and submitted a PR for:

  • https://github.com/beanbaginc/beanbag-docutils/pull/1
  • https://github.com/beanbaginc/beanbag-docutils/pull/2

I'm going to ship a version that uses my fork of the repo here: https://github.com/simonw/beanbag-docutils/tree/bytes-in-url

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Link from documentation to source code 1338001039  
1214184512 https://github.com/simonw/sqlite-utils/issues/464#issuecomment-1214184512 https://api.github.com/repos/simonw/sqlite-utils/issues/464 IC_kwDOCGYnMM5IXvxA simonw 9599 2022-08-13T16:20:41Z 2022-08-13T16:20:41Z OWNER

https://github.com/beanbaginc/beanbag-docutils/blob/master/beanbag_docutils/sphinx/ext/github.py via https://twitter.com/chipx86/status/1558271211901050880 looks like a good option.

It works using this Sphinx mechanism: https://www.sphinx-doc.org/en/master/usage/extensions/linkcode.html

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Link from documentation to source code 1338001039  

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 19.251ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows