home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1684502278

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-1684502278 https://api.github.com/repos/simonw/datasette/issues/2145 1684502278 IC_kwDOBm6k_c5kZ3cG 9599 2023-08-18T22:40:20Z 2023-08-18T22:40:20Z OWNER

From reviewing https://simonwillison.net/2022/Mar/19/weeknotes/

unreserved  = ALPHA / DIGIT / "-" / "." / "_" / "~"

That's how I chose the tilde character - but it also suggests that I could use - or . or _ for my new rowid encoding.

So maybe /database/table/_4 could indicate "the row with rowid of 4".

No, that doesn't work: ```pycon

from datasette.utils import tilde_encode tilde_encode("") '' ``` I need a character which tilde-encoding does indeed encode.

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