home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1060044592

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/pull/1648#issuecomment-1060044592 https://api.github.com/repos/simonw/datasette/issues/1648 1060044592 IC_kwDOBm6k_c4_Lv8w 9599 2022-03-06T21:42:35Z 2022-03-06T21:42:35Z OWNER

For consistency, I'm going to change how ?_next= tokens work too. Right now they work like this:

https://github.com/simonw/datasette/blob/de810f49cc57a4f88e4a1553d26c579253ce4531/datasette/views/table.py#L501-L507

https://github.com/simonw/datasette/blob/de810f49cc57a4f88e4a1553d26c579253ce4531/datasette/utils/init.py#L114-L116

I'm going to change those to use dash-encoding instead.

I considered looking for % in those values and replacing that as - too, but since Datasette isn't 1.0 yet I'm going to risk breaking any pagination tokens that people might have saved away somewhere!

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