home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1249986079

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/1809#issuecomment-1249986079 https://api.github.com/repos/simonw/datasette/issues/1809 1249986079 IC_kwDOBm6k_c5KgUYf 9599 2022-09-17T03:07:24Z 2022-09-17T03:07:24Z OWNER

Datasette's own tests started to break because calls to the TestClient were performed without awaiting that method. I fixed that by adding this to _request() inside that class:

python async def _request( self, path, follow_redirects=True, redirect_count=0, method="GET", cookies=None, headers=None, post_body=None, content_type=None, if_none_match=None, ): if not self.ds._startup_invoked: await self.ds.invoke_startup()

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