home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 596261973

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/697#issuecomment-596261973 https://api.github.com/repos/simonw/datasette/issues/697 596261973 MDEyOklzc3VlQ29tbWVudDU5NjI2MTk3Mw== 9599 2020-03-08T22:46:47Z 2020-03-08T22:46:47Z OWNER More debugging code shows this: ``` [ ( { "name": "datasette.facets", "static_path": "/Users/simonw/Dropbox/Development/datasette/datasette/static", "templates_path": "/Users/simonw/Dropbox/Development/datasette/datasette/templates", }, "/Users/simonw/Dropbox/Development/datasette/datasette/templates", ), ( { "name": "datasette.sql_functions", "static_path": "/Users/simonw/Dropbox/Development/datasette/datasette/static", "templates_path": "/Users/simonw/Dropbox/Development/datasette/datasette/templates", }, "/Users/simonw/Dropbox/Development/datasette/datasette/templates", ), ( { "name": "datasette-search-all", "static_path": None, "templates_path": "/Users/simonw/Dropbox/Development/datasette-search-all/datasette_search_all/templates", "version": "0.1", }, "/Users/simonw/Dropbox/Development/datasette-search-all/datasette_search_all/templates", ), ] ``` So the problem is that the default plugins that ship with Datasette are adding a template path to the lookup list! {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 577578306  
Powered by Datasette · Queries took 1.293ms