home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 581758728

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/577#issuecomment-581758728 https://api.github.com/repos/simonw/datasette/issues/577 581758728 MDEyOklzc3VlQ29tbWVudDU4MTc1ODcyOA== 9599 2020-02-04T06:11:53Z 2020-02-04T06:11:53Z OWNER

For the moment I'm going to move it to async def render_template() on datasette but otherwise keep the implementation the same.

The new signature will be:

async def render_template(self, template, context=None, request=None, view_name=None):

template can be a list of strings or a single string. If a list of strings a template will be selected from them.

I'll reconsider the large list of default context variables later on in a separate ticket.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
497171390  
Powered by Datasette · Queries took 1.122ms · About: github-to-sqlite