home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 894158453

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/pull/5662#issuecomment-894158453 https://api.github.com/repos/pydata/xarray/issues/5662 894158453 IC_kwDOAMm_X841S8Z1 14371165 2021-08-06T10:13:51Z 2021-08-06T11:04:23Z MEMBER

Seems the OPTIONS dict isn't being correctly typed, mypy seems to think that OPTIONS["display_max_rows"] is a object somehow.

EDIT: This seems solvable using typeddict, https://stackoverflow.com/questions/48013561/how-to-use-static-type-checking-using-dict-with-different-value-types-in-python

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  957439114
Powered by Datasette · Queries took 1.042ms · About: xarray-datasette