home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 965102534 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 4

issue 1

  • Add reference documentation generated from docstrings · 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
896381184 https://github.com/simonw/sqlite-utils/issues/311#issuecomment-896381184 https://api.github.com/repos/simonw/sqlite-utils/issues/311 IC_kwDOCGYnMM41bbEA simonw 9599 2021-08-10T23:33:33Z 2021-08-10T23:33:33Z OWNER

Now live at https://sqlite-utils.datasette.io/en/latest/reference.html

TIL from what I learned today here: https://til.simonwillison.net/sphinx/sphinx-autodoc

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Add reference documentation generated from docstrings 965102534  
896152812 https://github.com/simonw/sqlite-utils/issues/311#issuecomment-896152812 https://api.github.com/repos/simonw/sqlite-utils/issues/311 IC_kwDOCGYnMM41ajTs simonw 9599 2021-08-10T16:59:34Z 2021-08-10T16:59:34Z OWNER

Work will continue in PR #312.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Add reference documentation generated from docstrings 965102534  
896149590 https://github.com/simonw/sqlite-utils/issues/311#issuecomment-896149590 https://api.github.com/repos/simonw/sqlite-utils/issues/311 IC_kwDOCGYnMM41aihW simonw 9599 2021-08-10T16:55:36Z 2021-08-10T16:55:36Z OWNER

I'm going to use this as an excuse to add a bunch more type signatures too, refs #266.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Add reference documentation generated from docstrings 965102534  
896131902 https://github.com/simonw/sqlite-utils/issues/311#issuecomment-896131902 https://api.github.com/repos/simonw/sqlite-utils/issues/311 IC_kwDOCGYnMM41aeM- simonw 9599 2021-08-10T16:31:51Z 2021-08-10T16:31:51Z OWNER

make livehtml wasn't picking up changes I made to the docstrings .py files.

Fix was to change it to this: sphinx-autobuild -a -b html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(0) --watch ../sqlite_utils See https://github.com/executablebooks/sphinx-autobuild#relevant-sphinx-bugs - though that suggested -a but didn't suggest --watch, which is a tip I got from https://github.com/executablebooks/sphinx-autobuild#working-on-a-sphinx-html-theme

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Add reference documentation generated from docstrings 965102534  

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