home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 752721840

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/983#issuecomment-752721840 https://api.github.com/repos/simonw/datasette/issues/983 752721840 MDEyOklzc3VlQ29tbWVudDc1MjcyMTg0MA== 9599 2020-12-30T18:48:53Z 2020-12-30T18:51:51Z OWNER

Potential design: javascript datasette.plugins.register('column_actions', function(database, table, column, actor) { /* ... *l }) Or if you want to be explicit to survive minification: javascript datasette.plugins.register('column_actions', function(database, table, column, actor) { /* ... *l }, ['database', 'table', 'column', 'actor']) I'm making that list of parameter names an optional third argument to the register() function. If that argument isn't passed, introspection will be used to figure out the parameter names.

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