home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 586107989

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/672#issuecomment-586107989 https://api.github.com/repos/simonw/datasette/issues/672 586107989 MDEyOklzc3VlQ29tbWVudDU4NjEwNzk4OQ== 9599 2020-02-14T05:45:12Z 2020-02-14T05:45:12Z OWNER

I tried running the scan_dirs() method in a thread and got an interesting error while trying to load the homepage: RuntimeError: OrderedDict mutated during iteration

Makes sense - I had a thread that added an item to that dictionary right while the homepage was attempting to run this code:

https://github.com/simonw/datasette/blob/efa54b439fd0394440c302602b919255047b59c5/datasette/views/index.py#L24-L27

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