home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 1684503189

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/2145#issuecomment-1684503189 https://api.github.com/repos/simonw/datasette/issues/2145 1684503189 IC_kwDOBm6k_c5kZ3qV 9599 2023-08-18T22:41:51Z 2023-08-18T22:41:51Z OWNER ```pycon >>> tilde_encode("~") '~7E' >>> tilde_encode(".") '~2E' >>> tilde_encode("-") '-' ``` I think `.` might be the way to do this: /database/table/.4 But... I worry about that colliding with my URL routing code that spots the difference between these: /database/table/.4 /database/table/.4.json /database/table/.4.csv etc. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 1857234285  
Powered by Datasette · Queries took 0.928ms