home / github

Menu
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 1355148385

✎ View and edit SQL

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
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/ > The 5.x library was distributed as UMD modules, which could either be loaded directly with <script> tags or bundled as CommonJS modules. The new version exposes only modules, which will require some kind of build step before you can use them. {"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  
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  
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  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 13.828ms · About: simonw/datasette-graphql