issue_comments
3 rows where issue = 1108846067
This data as json, CSV (advanced)
Suggested facets: 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 |
---|---|---|---|---|---|---|---|---|---|---|---|
1017108291 | https://github.com/simonw/datasette/issues/1606#issuecomment-1017108291 | https://api.github.com/repos/simonw/datasette/issues/1606 | IC_kwDOBm6k_c48n9dD | simonw 9599 | 2022-01-20T04:24:54Z | 2022-01-20T04:24:54Z | OWNER | https://github.com/simonw/latest-datasette-with-all-plugins/commit/1e12ffe70be791e3281b41810e837515314c1317 shows that 5 days ago Datasette upgraded from Uvicorn 0.16 to 0.17 Sure enough, in the changelog for 0.17: https://github.com/encode/uvicorn/blob/0.17.0/CHANGELOG.md > - Drop Python 3.6 support ([#1261](https://github.com/encode/uvicorn/pull/1261)) 06/01/22 | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | Tests failing against Python 3.6 1108846067 | |
1017108960 | https://github.com/simonw/datasette/issues/1606#issuecomment-1017108960 | https://api.github.com/repos/simonw/datasette/issues/1606 | IC_kwDOBm6k_c48n9ng | simonw 9599 | 2022-01-20T04:26:36Z | 2022-01-20T04:26:36Z | OWNER | https://pypistats.org/packages/datasette shows Python 3.6 is 0.24% of Datasette downloads. <img width="941" alt="image" src="https://user-images.githubusercontent.com/9599/150273301-18ec2ec8-f9ce-49a3-b57d-e74826a5c7ae.png"> | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | Tests failing against Python 3.6 1108846067 | |
1017109194 | https://github.com/simonw/datasette/issues/1606#issuecomment-1017109194 | https://api.github.com/repos/simonw/datasette/issues/1606 | IC_kwDOBm6k_c48n9rK | simonw 9599 | 2022-01-20T04:27:07Z | 2022-01-20T04:27:07Z | OWNER | Relevant: - https://github.com/simonw/datasette/issues/1577 | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | Tests failing against Python 3.6 1108846067 |
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]);