home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "MEMBER", issue = 1118113789 and user = 10194086 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 1

  • mathause · 4 ✖

issue 1

  • Fix missing dependecy definition of 'packaging' · 4 ✖

author_association 1

  • MEMBER · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1024896079 https://github.com/pydata/xarray/pull/6207#issuecomment-1024896079 https://api.github.com/repos/pydata/xarray/issues/6207 IC_kwDOAMm_X849FqxP mathause 10194086 2022-01-29T11:47:42Z 2022-01-29T11:47:42Z MEMBER

Yes, I think I just expressed it wrong. What I wanted to say: zhe failure you see here is not caused by #6200 but by a new release of dask. And this is independent of your issue with packaging.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix missing dependecy definition of 'packaging' 1118113789
1024884846 https://github.com/pydata/xarray/pull/6207#issuecomment-1024884846 https://api.github.com/repos/pydata/xarray/issues/6207 IC_kwDOAMm_X849FoBu mathause 10194086 2022-01-29T10:30:23Z 2022-01-29T10:55:14Z MEMBER

Thanks. I think it makes sense to revert #6200 then, it's not critical. I opened #6208 for this.

Thanks for the report and the PR.

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 1,
    "rocket": 0,
    "eyes": 0
}
  Fix missing dependecy definition of 'packaging' 1118113789
1024887103 https://github.com/pydata/xarray/pull/6207#issuecomment-1024887103 https://api.github.com/repos/pydata/xarray/issues/6207 IC_kwDOAMm_X849Fok_ mathause 10194086 2022-01-29T10:46:12Z 2022-01-29T10:46:12Z MEMBER

On second thought I think the problem is the release of dask 2022.01.1.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix missing dependecy definition of 'packaging' 1118113789
1024884870 https://github.com/pydata/xarray/pull/6207#issuecomment-1024884870 https://api.github.com/repos/pydata/xarray/issues/6207 IC_kwDOAMm_X849FoCG mathause 10194086 2022-01-29T10:30:38Z 2022-01-29T10:30:38Z MEMBER

cc @pydata/xarray

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix missing dependecy definition of 'packaging' 1118113789

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