home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 603525339

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/394#issuecomment-603525339 https://api.github.com/repos/simonw/datasette/issues/394 603525339 MDEyOklzc3VlQ29tbWVudDYwMzUyNTMzOQ== 9599 2020-03-24T21:55:46Z 2020-03-24T22:07:40Z OWNER

OK, I have an implementation of this over in the base-url branch (see pull request #708) which is passing all of the unit tests.

Anyone willing to give it a quick test and see if it works for your particular use-case? You can install it with:

pip install https://github.com/simonw/datasette/archive/base-url.zip

Then you can run Datasette like this:

datasette fixtures.db --config base_url:/new-base/path/here/
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
396212021  
Powered by Datasette · Queries took 0.677ms · About: github-to-sqlite