home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 938108353

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/5365#issuecomment-938108353 https://api.github.com/repos/pydata/xarray/issues/5365 938108353 IC_kwDOAMm_X8436mXB 14371165 2021-10-07T19:54:17Z 2021-10-07T19:54:17Z MEMBER

@max-sixty Had to use Union[DataArray, Variable] instead of Union[T_DataArray, T_Variable] from types.py. Apparently you can't narrow down the typing using isinstance if you use T_DataArray = TypeVar("T_DataArray", bound="DataArray"). Not sure why, I'm just accepting it at this point.

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