issue_comments
4 rows where issue = 1355148385 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Research an upgrade to CodeMirror 6 · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1364345071 | https://github.com/simonw/datasette/issues/1796#issuecomment-1364345071 | https://api.github.com/repos/simonw/datasette/issues/1796 | IC_kwDOBm6k_c5RUkDv | fgregg 536941 | 2022-12-23T21:27:02Z | 2022-12-23T21:27:02Z | CONTRIBUTOR | @simonw is this issue closed by #1893? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Research an upgrade to CodeMirror 6 1355148385 | |
| 1231127175 | https://github.com/simonw/datasette/issues/1796#issuecomment-1231127175 | https://api.github.com/repos/simonw/datasette/issues/1796 | IC_kwDOBm6k_c5JYYKH | simonw 9599 | 2022-08-30T04:30:29Z | 2022-08-30T04:30:29Z | OWNER | I wonder if CodeMirror 6 would be a good time to revisit this: - #1614 |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Research an upgrade to CodeMirror 6 1355148385 | |
| 1231127022 | https://github.com/simonw/datasette/issues/1796#issuecomment-1231127022 | https://api.github.com/repos/simonw/datasette/issues/1796 | IC_kwDOBm6k_c5JYYHu | simonw 9599 | 2022-08-30T04:30:07Z | 2022-08-30T04:30:07Z | OWNER | Also relevant: Wikimedia are upgrading to CodeMirror 6 partly because of improved mobile support: https://phabricator.wikimedia.org/T259059 |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Research an upgrade to CodeMirror 6 1355148385 | |
| 1231126795 | https://github.com/simonw/datasette/issues/1796#issuecomment-1231126795 | https://api.github.com/repos/simonw/datasette/issues/1796 | IC_kwDOBm6k_c5JYYEL | simonw 9599 | 2022-08-30T04:29:35Z | 2022-08-30T04:29:35Z | OWNER | I wrote upgrade instructions for CodeMirror here: https://docs.datasette.io/en/0.62/contributing.html#upgrading-codemirror See also: - #948 But... those instructions don't work any more, because they start with downloading the CodeMirror zip - but according to https://codemirror.net/docs/migration/
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Research an upgrade to CodeMirror 6 1355148385 |
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 2