home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 612154749

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/724#issuecomment-612154749 https://api.github.com/repos/simonw/datasette/issues/724 612154749 MDEyOklzc3VlQ29tbWVudDYxMjE1NDc0OQ== 9599 2020-04-10T18:19:31Z 2020-04-10T18:19:31Z OWNER

Actually that code isn't the problem, since extra_metadata has not yet been read from metadata.json at that point.

The bug is here: https://github.com/simonw/datasette/blob/d55fe8cdfc2ce7bc6960bf2507766c1fcd1d31a7/datasette/utils/init.py#L362-L368

I need to merge dictionaries in a smarter way.

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