home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1256781274

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/1817#issuecomment-1256781274 https://api.github.com/repos/simonw/datasette/issues/1817 1256781274 IC_kwDOBm6k_c5K6PXa 50527 2022-09-23T22:59:46Z 2022-09-23T22:59:46Z CONTRIBUTOR

While you are adding features, would you be future-proofing your APIs if you switched over some arguments over to keyword-only arguments or would that be too disruptive?

Thinking out loud:

async def render_template( self, templates, *, context=None, plugin_context=None, request=None, view_name=None ):

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