home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1699884314

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/2165#issuecomment-1699884314 https://api.github.com/repos/simonw/datasette/issues/2165 1699884314 IC_kwDOBm6k_c5lUi0a 9599 2023-08-30T21:38:29Z 2023-08-30T21:39:51Z OWNER

Here's the reason for that name disparity:

https://github.com/simonw/datasette/blob/30b28c8367a9c6870386ea10a202705b40862457/datasette/plugins.py#L54-L65

Note how the distinfo.project_name name is used when available. That seems to work for regularly installed plugins but not for plugins loaded via DATASETTE_LOAD_PLUGINS.

And that's looking things up in plugin_to_distinfo which is populated here:

https://github.com/simonw/datasette/blob/30b28c8367a9c6870386ea10a202705b40862457/datasette/plugins.py#L37

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