issue_comments
4 rows where issue = 1131295060
This data as json, CSV (advanced)
Suggested facets: user, author_association, created_at (date), updated_at (date)
id ▼ | html_url | issue_url | node_id | user | created_at | updated_at | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
1035664412 | https://github.com/simonw/datasette/issues/1634#issuecomment-1035664412 | https://api.github.com/repos/simonw/datasette/issues/1634 | IC_kwDOBm6k_c49uvwc | simonw 9599 | 2022-02-11T00:09:18Z | 2022-02-11T00:09:18Z | OWNER | Starting it with `FROM datasetteproject/datasette` might be a good idea. | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | Update Dockerfile generated by `datasette publish` 1131295060 | |
1035664928 | https://github.com/simonw/datasette/issues/1634#issuecomment-1035664928 | https://api.github.com/repos/simonw/datasette/issues/1634 | IC_kwDOBm6k_c49uv4g | simonw 9599 | 2022-02-11T00:10:07Z | 2022-02-11T00:10:23Z | OWNER | Could also bump this up to Python 3.10: https://github.com/simonw/datasette/blob/5619069968ab39fd44c44a1888965e361c6f7fb9/Dockerfile#L1 | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | Update Dockerfile generated by `datasette publish` 1131295060 | |
1035667060 | https://github.com/simonw/datasette/issues/1634#issuecomment-1035667060 | https://api.github.com/repos/simonw/datasette/issues/1634 | IC_kwDOBm6k_c49uwZ0 | simonw 9599 | 2022-02-11T00:13:22Z | 2022-02-11T00:13:22Z | OWNER | Looks like `3.10.2` is the latest: https://hub.docker.com/_/python?tab=tags&page=1&name=3.10.2-slim-bu | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | Update Dockerfile generated by `datasette publish` 1131295060 | |
1065334891 | https://github.com/simonw/datasette/issues/1634#issuecomment-1065334891 | https://api.github.com/repos/simonw/datasette/issues/1634 | IC_kwDOBm6k_c4_f7hr | dholth 208018 | 2022-03-11T17:38:08Z | 2022-03-11T17:38:08Z | NONE | I noticed the image was large when using fly. Is it possible to use a -slim base? | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | Update Dockerfile generated by `datasette publish` 1131295060 |
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]);