home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 636906773

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/790#issuecomment-636906773 https://api.github.com/repos/simonw/datasette/issues/790 636906773 MDEyOklzc3VlQ29tbWVudDYzNjkwNjc3Mw== 9599 2020-06-01T14:57:02Z 2020-06-01T14:58:14Z OWNER

Actually I'm inclined to use cookies now, ala Django: https://docs.djangoproject.com/en/3.0/ref/contrib/messages/

This class stores the message data in a cookie (signed with a secret hash to prevent manipulation) to persist notifications across requests. Old messages are dropped if the cookie data size would exceed 2048 bytes.

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