issue_comments
3 rows where issue = 467790646 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- CodeMirror fails to load on database page · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | |
| 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: This works on the But fails on the |
{
"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 | |
| 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 |
|
{
"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]);
user 1