home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 849805778

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/1344#issuecomment-849805778 https://api.github.com/repos/simonw/datasette/issues/1344 849805778 MDEyOklzc3VlQ29tbWVudDg0OTgwNTc3OA== 9599 2021-05-27T17:21:11Z 2021-05-27T17:21:22Z OWNER This helps: ``` ~ % docker run -it --platform linux/s390x -v `pwd`:/mnt \ -p 8001:8001 datasetteproject/datasette:0.57a1 \ python -c 'import platform; print(platform.uname())' ``` `uname_result(system='Linux', node='d14916ca91df', release='4.19.121-linuxkit', version='#1 SMP Thu Jan 21 15:36:34 UTC 2021', machine='s390x')` {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 903986178  
Powered by Datasette ยท Queries took 2.737ms