home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 494192779

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/272#issuecomment-494192779 https://api.github.com/repos/simonw/datasette/issues/272 494192779 MDEyOklzc3VlQ29tbWVudDQ5NDE5Mjc3OQ== 9599 2019-05-21T00:10:47Z 2019-05-21T00:10:47Z OWNER

https://github.com/simonw/datasette/commit/9fdb47ca952b93b7b60adddb965ea6642b1ff523 added decode_path_component() and encode_path_component() functions because ASGI decodes %2F encoded slashes in URLs automatically. The new encoding scheme looks like this:

"table/and/slashes" => "tableU+002FandU+002Fslashes"
"~table" => "U+007Etable"
"+bobcats!" => "U+002Bbobcats!"
"U+007Etable" => "UU+002B007Etable"

For background see this comment: https://github.com/django/asgiref/issues/51#issuecomment-450603464

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