issue_comments
3 rows where issue = 467790646
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 |
---|---|---|---|---|---|---|---|---|---|---|---|
511170166 | https://github.com/simonw/datasette/issues/560#issuecomment-511170166 | https://api.github.com/repos/simonw/datasette/issues/560 | MDEyOklzc3VlQ29tbWVudDUxMTE3MDE2Ng== | simonw 9599 | 2019-07-14T03:31:42Z | 2019-07-14T03:31:42Z | OWNER | ``` TypeError: textarea is null[Learn More] codemirror-5.31.0.js:9508:3 fromTextArea http://127.0.0.1:8001/-/static/codemirror-5.31.0.js:9508 <anonymous> http://127.0.0.1:8001/fixtures:286 ``` | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | CodeMirror fails to load on database page 467790646 | |
511170264 | https://github.com/simonw/datasette/issues/560#issuecomment-511170264 | https://api.github.com/repos/simonw/datasette/issues/560 | MDEyOklzc3VlQ29tbWVudDUxMTE3MDI2NA== | simonw 9599 | 2019-07-14T03:34:24Z | 2019-07-14T03:34:24Z | OWNER | Here's why: https://github.com/simonw/datasette/blob/6abe6faff6b035e9334dd05f8c741ae9b7a47440/datasette/templates/_codemirror_foot.html#L2 This works on the `query.html` template: https://github.com/simonw/datasette/blob/6abe6faff6b035e9334dd05f8c741ae9b7a47440/datasette/templates/query.html#L38 But fails on the `database.html` template: https://github.com/simonw/datasette/blob/6abe6faff6b035e9334dd05f8c741ae9b7a47440/datasette/templates/database.html#L28 | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | CodeMirror fails to load on database page 467790646 | |
527266687 | https://github.com/simonw/datasette/issues/560#issuecomment-527266687 | https://api.github.com/repos/simonw/datasette/issues/560 | MDEyOklzc3VlQ29tbWVudDUyNzI2NjY4Nw== | simonw 9599 | 2019-09-03T01:03:02Z | 2019-09-03T01:03:02Z | OWNER | This is released in 0.29.3 Compare https://v0-29.datasette.io/fixtures (broken) with https://v0-29-3.datasette.io/fixtures (fixed) | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | CodeMirror fails to load on database page 467790646 |
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]);