home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

1 row where author_association = "MEMBER", issue = 1034329171 and user = 10194086 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

  • mathause · 1 ✖

issue 1

  • Drop support for python 3.7 · 1 ✖

author_association 1

  • MEMBER · 1 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
951920043 https://github.com/pydata/xarray/pull/5892#issuecomment-951920043 https://api.github.com/repos/pydata/xarray/issues/5892 IC_kwDOAMm_X844vSWr mathause 10194086 2021-10-26T13:06:32Z 2021-10-26T13:06:32Z MEMBER

There is no setuptools=40.4 for python 3.8. The lowest version available for py38 is 41.6.0 (see below). conda/ mamba has just a very confusing error message that is the wrong way round. I think it starts with the newest build that satisfies the version and then goes back until it arrives at the py27 version which it cannot install (which it then reports)...

``` conda search conda-forge::setuptools=40.4.3 Loading channels: done

Name Version Build Channel

setuptools 40.4.3 py27_0 conda-forge
setuptools 40.4.3 py35_0 conda-forge
setuptools 40.4.3 py36_0 conda-forge
setuptools 40.4.3 py37_0 conda-forge ```

Oldest available version for python 3.8: ``` conda search conda-forge::setuptools[build=py38*] Loading channels: done

Name Version Build Channel

setuptools 41.6.0 py38_1 conda-forge
setuptools 42.0.0 py38_0 conda-forge
... setuptools 58.2.0 py38h578d9bd_0 conda-forge ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Drop support for python 3.7 1034329171

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