home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1712897194

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/2168#issuecomment-1712897194 https://api.github.com/repos/simonw/datasette/issues/2168 1712897194 IC_kwDOBm6k_c5mGLyq 9599 2023-09-10T17:54:07Z 2023-09-10T17:54:07Z OWNER

This looks relevant:

https://pluggy.readthedocs.io/en/stable/#wrappers

A hookimpl can be marked with the "wrapper" option, which indicates that the function will be called to wrap (or surround) all other normal hookimpl calls. A hook wrapper can thus execute some code ahead and after the execution of all corresponding non-wrappper hookimpls.

This could be the perfect mechanism for implementing this hook, although I still need to figure out how it interacts with streaming.

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