home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1629337927

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/2052#issuecomment-1629337927 https://api.github.com/repos/simonw/datasette/issues/2052 1629337927 IC_kwDOBm6k_c5hHblH 9599 2023-07-10T16:43:38Z 2023-07-10T16:44:23Z OWNER

I tried running this locally just now. I made one edit: diff diff --git a/demos/plugins/example_js_manager_plugins.py b/demos/plugins/example_js_manager_plugins.py index 7bdb9f3f..f9dfa8e6 100644 --- a/demos/plugins/example_js_manager_plugins.py +++ b/demos/plugins/example_js_manager_plugins.py @@ -15,6 +15,6 @@ def extra_js_urls(view_name): if view_name in PERMITTED_VIEWS: return [ { - "url": f"/-/demos/plugins/static/table-example-plugins.js", + "url": f"/static/table-example-plugins.js", } ] And then started it running like this: bash wget https://datasette.io/content.db bash datasette content.db \ --plugins-dir demos/plugins \ --static static:datasette/demos/plugins/static

It didn't quite work for me - I got this error on a table page:

And this error on a query page:

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