home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 1043276928 and user = 5821660 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • kmuehlbauer · 2 ✖

issue 1

  • Regression: 3rd party backends are not discovered with `xarray==0.20.0` · 2 ✖

author_association 1

  • MEMBER 2
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
966171905 https://github.com/pydata/xarray/issues/5930#issuecomment-966171905 https://api.github.com/repos/pydata/xarray/issues/5930 IC_kwDOAMm_X845lp0B kmuehlbauer 5821660 2021-11-11T10:06:47Z 2021-11-11T10:06:47Z MEMBER

Thanks @da-wad. We have to wait a bit until #5959 gets reviewed again. If the reviewers are happy with the current state of the PR a 0.20.2 could be released as fast as 0.20.1. :crossed_fingers:

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Regression: 3rd party backends are not discovered with `xarray==0.20.0` 1043276928
966109773 https://github.com/pydata/xarray/issues/5930#issuecomment-966109773 https://api.github.com/repos/pydata/xarray/issues/5930 IC_kwDOAMm_X845lapN kmuehlbauer 5821660 2021-11-11T09:02:11Z 2021-11-11T09:02:11Z MEMBER

@da-wad I have the same issues. It looks like that the call to pytestadds the package under test to the list of distributions. This results in a duplication of the entrypoints. During the switch from pkg_resources to importlib.metadata there were changes missed to apply in remove_duplicates function.

You can try to test #5959, where I hopefully fixed all issues.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Regression: 3rd party backends are not discovered with `xarray==0.20.0` 1043276928

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 626.34ms · About: xarray-datasette