home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 473156513

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/pull/416#issuecomment-473156513 https://api.github.com/repos/simonw/datasette/issues/416 473156513 MDEyOklzc3VlQ29tbWVudDQ3MzE1NjUxMw== 9599 2019-03-15T04:40:29Z 2019-03-15T04:40:29Z OWNER

Still TODO: need to figure out what to do about cache TTL. Defaulting to 365 days no longer makes sense without the hash_urls setting.

Maybe drop that setting default to 0?

Here's the setting:

https://github.com/simonw/datasette/blob/9743e1d91b5f0a2b3c1c0bd6ffce8739341f43c4/datasette/app.py#L84-L86

And here's where it takes affect:

https://github.com/simonw/datasette/blob/4462a5ab2817ac0d9ffe20dafbbf27c5c5b81466/datasette/views/base.py#L491-L501

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