home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 480687178

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/2751#issuecomment-480687178 https://api.github.com/repos/pydata/xarray/issues/2751 480687178 MDEyOklzc3VlQ29tbWVudDQ4MDY4NzE3OA== 1217238 2019-04-08T05:19:47Z 2019-04-08T06:00:03Z MEMBER

Correct me if i'm wrong but this is a bit hard to do without knowing max,min values to avoid overlapping Evaluating those could break performance if only used for encoding and decoding.

Right, we definitely don't want to inspect the data to verify if it fits.

~~I think we will will need explicitly checks for isinstance(x, (int, float)) (for scale_factor and add_offset) to identify these cases in the encode() method. Let me try to come up with a concrete suggestion...~~ EDIT: See my suggestion below. I don't think we want these explicit checks, after all.

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