home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1114037521

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/1729#issuecomment-1114037521 https://api.github.com/repos/simonw/datasette/issues/1729 1114037521 IC_kwDOBm6k_c5CZt0R 9599 2022-04-30T19:01:07Z 2022-04-30T19:01:07Z OWNER

I had to look up what hideable means - it means that you can't hide the current facet because it was defined in metadata, not as a ?_facet= parameter:

https://github.com/simonw/datasette/blob/4e47a2d894b96854348343374c8e97c9d7055cf6/datasette/facets.py#L228

That's a bit of a weird thing to expose in the API. Maybe change that to source so it can be metadata or request? That's very slightly less coupled to how the UI works.

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