issue_comments
5 rows where issue = 559522877 and user = 9599 sorted by updated_at descending
This data as json, CSV (advanced)
issue 1
- Datasette.render_template() method · 5 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
582092019 | https://github.com/simonw/datasette/pull/664#issuecomment-582092019 | https://api.github.com/repos/simonw/datasette/issues/664 | MDEyOklzc3VlQ29tbWVudDU4MjA5MjAxOQ== | simonw 9599 | 2020-02-04T20:08:22Z | 2020-02-04T20:08:22Z | OWNER | See #576 for existing ticket covering Datasette class documentation. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Datasette.render_template() method 559522877 | |
582089909 | https://github.com/simonw/datasette/pull/664#issuecomment-582089909 | https://api.github.com/repos/simonw/datasette/issues/664 | MDEyOklzc3VlQ29tbWVudDU4MjA4OTkwOQ== | simonw 9599 | 2020-02-04T20:03:07Z | 2020-02-04T20:03:07Z | OWNER | I'm going to ship this without documentation, get a couple of plugins out that use it and then add documentation once I'm confident it's right. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Datasette.render_template() method 559522877 | |
581988901 | https://github.com/simonw/datasette/pull/664#issuecomment-581988901 | https://api.github.com/repos/simonw/datasette/issues/664 | MDEyOklzc3VlQ29tbWVudDU4MTk4ODkwMQ== | simonw 9599 | 2020-02-04T16:17:55Z | 2020-02-04T16:17:55Z | OWNER | It doesn't make sense for extra body scripts to be available for all template renders (including from plugins) but extra CSS and JS to only be handled by the BaseView render method - especially since extra body scripts are likely to depend on extra JS files. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Datasette.render_template() method 559522877 | |
581770979 | https://github.com/simonw/datasette/pull/664#issuecomment-581770979 | https://api.github.com/repos/simonw/datasette/issues/664 | MDEyOklzc3VlQ29tbWVudDU4MTc3MDk3OQ== | simonw 9599 | 2020-02-04T07:02:37Z | 2020-02-04T07:02:37Z | OWNER | More importantly, I need to prototype up a plugin that actually uses this method - probably |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Datasette.render_template() method 559522877 | |
581768760 | https://github.com/simonw/datasette/pull/664#issuecomment-581768760 | https://api.github.com/repos/simonw/datasette/issues/664 | MDEyOklzc3VlQ29tbWVudDU4MTc2ODc2MA== | simonw 9599 | 2020-02-04T06:54:12Z | 2020-02-04T06:54:12Z | OWNER | Needs documentation. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Datasette.render_template() method 559522877 |
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