home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 709597589

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/1024#issuecomment-709597589 https://api.github.com/repos/simonw/datasette/issues/1024 709597589 MDEyOklzc3VlQ29tbWVudDcwOTU5NzU4OQ== 9599 2020-10-15T21:21:53Z 2020-10-15T21:23:25Z OWNER

Here's a recipe for running nginx against a custom config file: https://gist.github.com/simonw/35f0ebf9c1d6df158759

``` daemon off;

events { worker_connections 1024; }

http { access_log /dev/stdout; error_log /dev/stderr;

types { text/html html htm shtml; text/css css; image/gif gif; image/jpeg jpeg jpg; application/javascript js; }

server { listen 8002; index index.html; root app; } } nginx -p pwd -c pwd/nginx.conf ```

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