home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 636915499

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-636915499 https://api.github.com/repos/simonw/datasette/issues/790 636915499 MDEyOklzc3VlQ29tbWVudDYzNjkxNTQ5OQ== 9599 2020-06-01T15:13:40Z 2020-06-01T15:13:40Z OWNER

Maybe two utility functions:

add_message(request, message) - adds a Flash message (will be set later)

read_and_clear_messages(request) - reads messages and sets them to be cleared

Problem: the request object isn't created at the very top of the stack - it's actually created within each view. So maybe I need to move its creation up to the top of the routing stuff so that the code that returns the response can see it?

{
    "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.914ms · About: github-to-sqlite