home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 403499298 sorted by updated_at descending

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 1

  • simonw 3

issue 1

  • Experiment: run Jinja in async mode · 3 ✖

author_association 1

  • OWNER 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions issue performed_via_github_app
552735296 https://github.com/simonw/datasette/pull/404#issuecomment-552735296 https://api.github.com/repos/simonw/datasette/issues/404 MDEyOklzc3VlQ29tbWVudDU1MjczNTI5Ng== simonw 9599 2019-11-12T05:02:13Z 2019-11-12T05:02:13Z OWNER

Closing this because it was written against Sanic. #628 tracks future work on this topic.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Experiment: run Jinja in async mode 403499298  
552276277 https://github.com/simonw/datasette/pull/404#issuecomment-552276277 https://api.github.com/repos/simonw/datasette/issues/404 MDEyOklzc3VlQ29tbWVudDU1MjI3NjI3Nw== simonw 9599 2019-11-11T03:13:09Z 2019-11-11T03:13:09Z OWNER

622 will drop 3.5 support.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Experiment: run Jinja in async mode 403499298  
457976864 https://github.com/simonw/datasette/pull/404#issuecomment-457976864 https://api.github.com/repos/simonw/datasette/issues/404 MDEyOklzc3VlQ29tbWVudDQ1Nzk3Njg2NA== simonw 9599 2019-01-28T01:56:55Z 2019-01-28T01:56:55Z OWNER

This failed in Python 3.5:

File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/jinja2/environment.py", line 1020, in render_async raise NotImplementedError('This feature is not available for this ' NotImplementedError: This feature is not available for this version of Python

It looks like this is caused by this feature detection code:

https://github.com/pallets/jinja/blob/a7ba0b637805c53d442e975e3864d3ea38d8743f/jinja2/utils.py#L633-L638

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Experiment: run Jinja in async mode 403499298  

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 36.146ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows