home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 482627099

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/427#issuecomment-482627099 https://api.github.com/repos/simonw/datasette/issues/427 482627099 MDEyOklzc3VlQ29tbWVudDQ4MjYyNzA5OQ== 9599 2019-04-12T15:54:41Z 2019-04-12T15:54:41Z OWNER

Bonus idea: since we are having a Facet abstraction we should allow additional facet type apps to be registered using a plugin.

Fun idea for a (very inefficient) demo plugin: facet-by-emoji! Would work by counting all emoji in text fields using a horrible slow full-scan regular expression, then would apply selected emoji facets using a LIKE query.

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