home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 818944970 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: reactions, created_at (date), updated_at (date)

user 2

  • keewis 2
  • dschwoerer 1

author_association 2

  • MEMBER 2
  • CONTRIBUTOR 1

issue 1

  • scatter plot with row or col gets hue wrong · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
788127235 https://github.com/pydata/xarray/issues/4975#issuecomment-788127235 https://api.github.com/repos/pydata/xarray/issues/4975 MDEyOklzc3VlQ29tbWVudDc4ODEyNzIzNQ== keewis 14808389 2021-03-01T17:26:27Z 2021-03-01T17:26:54Z MEMBER

it would be good to have tests for this (maybe by checking the min / max value of the colorbar) to make sure we don't regress. Would you be up for adding those?

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  scatter plot with row or col gets hue wrong 818944970
788123029 https://github.com/pydata/xarray/issues/4975#issuecomment-788123029 https://api.github.com/repos/pydata/xarray/issues/4975 MDEyOklzc3VlQ29tbWVudDc4ODEyMzAyOQ== dschwoerer 5637662 2021-03-01T17:20:27Z 2021-03-01T17:20:27Z CONTRIBUTOR

Thanks, it is indeed fixed in 070d815 :+1: Should I close #4978 ?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  scatter plot with row or col gets hue wrong 818944970
788113399 https://github.com/pydata/xarray/issues/4975#issuecomment-788113399 https://api.github.com/repos/pydata/xarray/issues/4975 MDEyOklzc3VlQ29tbWVudDc4ODExMzM5OQ== keewis 14808389 2021-03-01T17:07:26Z 2021-03-01T17:07:41Z MEMBER

it seems this has already been fixed as a side-effect of #4407 (not sure what change exactly, though). cc @dcherian.

Could you try with 070d8158aab31c6a53efb36f9ea4a57dc6671e43 / v0.17.0, too? 5735e163bea43ec9bc3c2e640fbf25a1d4a9d0c0 is pretty old.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  scatter plot with row or col gets hue wrong 818944970

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
    ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
    ON [issue_comments] ([user]);
Powered by Datasette · Queries took 13.067ms · About: xarray-datasette