home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1699811810

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-1699811810 https://api.github.com/repos/simonw/datasette/issues/2165 1699811810 IC_kwDOBm6k_c5lURHi 9599 2023-08-30T20:42:41Z 2023-08-30T20:42:41Z OWNER

The load_setuptools_entrypoints() function in Pluggy does this:

python for ep in dist.entry_points: if ( ep.group != group or (name is not None and ep.name != name) # already registered or self.get_plugin(ep.name) or self.is_blocked(ep.name) ): continue plugin = ep.load() self.register(plugin, name=ep.name)

{
    "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 0.898ms · About: github-to-sqlite