issue_comments
3 rows where issue = 1066288689 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Research pattern for re-registering existing Click tools with register_commands · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
981856895 | https://github.com/simonw/datasette/issues/1538#issuecomment-981856895 | https://api.github.com/repos/simonw/datasette/issues/1538 | IC_kwDOBm6k_c46hfJ_ | simonw 9599 | 2021-11-29T17:32:44Z | 2021-11-29T17:32:44Z | OWNER | { "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Research pattern for re-registering existing Click tools with register_commands 1066288689 | ||
981852280 | https://github.com/simonw/datasette/issues/1538#issuecomment-981852280 | https://api.github.com/repos/simonw/datasette/issues/1538 | IC_kwDOBm6k_c46heB4 | simonw 9599 | 2021-11-29T17:27:12Z | 2021-11-29T17:27:12Z | OWNER | Thanks to https://stackoverflow.com/a/45514541/6083 I found the right pattern: ```python from datasette import hookimpl from git_history.cli import cli as git_history_cli @hookimpl def register_commands(cli): cli.add_command(git_history_cli, name="git-history") ``` I think this is a little bit too obscure to add to the Datasette documentation - I'll turn it into a TIL instead. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Research pattern for re-registering existing Click tools with register_commands 1066288689 | |
981849494 | https://github.com/simonw/datasette/issues/1538#issuecomment-981849494 | https://api.github.com/repos/simonw/datasette/issues/1538 | IC_kwDOBm6k_c46hdWW | simonw 9599 | 2021-11-29T17:23:52Z | 2021-11-29T17:23:52Z | OWNER | Just trying to use
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Research pattern for re-registering existing Click tools with register_commands 1066288689 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);
user 1