home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 1356626334

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/1955#issuecomment-1356626334 https://api.github.com/repos/simonw/datasette/issues/1955 1356626334 IC_kwDOBm6k_c5Q3Hme 9599 2022-12-18T02:04:01Z 2022-12-18T02:04:07Z OWNER I used the steps to test manually from this comment: https://github.com/simonw/datasette/issues/1221#issuecomment-777901052 In one terminal: ``` cd /tmp python -m trustme datasette --memory --ssl-keyfile=/tmp/server.key --ssl-certfile=/tmp/server.pem -p 8003 ``` Then in another terminal: ``` curl --cacert /tmp/client.pem 'https://localhost:8003/_memory.json' ``` This worked correctly, outputting the expected JSON. So the feature still works, it's just the test that is broken for some reason. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 1496652622  
Powered by Datasette · Queries took 0.743ms