home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 1039833986 and user = 14371165 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

  • Illviljan · 3 ✖

issue 1

  • Update minimum dependencies for 0.20 · 3 ✖

author_association 1

  • MEMBER 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
956425315 https://github.com/pydata/xarray/pull/5917#issuecomment-956425315 https://api.github.com/repos/pydata/xarray/issues/5917 IC_kwDOAMm_X845AeRj Illviljan 14371165 2021-11-01T17:18:46Z 2021-11-01T17:19:14Z MEMBER

Maybe if you increase scipy to 1.5.2 it would work?

``` (xarray-tests) C:\Users\J.W>conda search conda-forge::scipy=1.5 Loading channels: done

Name Version Build Channel

scipy 1.5.2 py36h7ff6e69_2 conda-forge scipy 1.5.2 py37h6db1a17_2 conda-forge scipy 1.5.2 py38h5f893b4_2 conda-forge scipy 1.5.2 py39hc0c34ad_2 conda-forge scipy 1.5.3 py36h27d303f_1 conda-forge scipy 1.5.3 py36h7ff6e69_0 conda-forge scipy 1.5.3 py37h6db1a17_0 conda-forge scipy 1.5.3 py38h5f893b4_0 conda-forge scipy 1.5.3 py39hc0c34ad_0 conda-forge

```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Update minimum dependencies for 0.20 1039833986
956407666 https://github.com/pydata/xarray/pull/5917#issuecomment-956407666 https://api.github.com/repos/pydata/xarray/issues/5917 IC_kwDOAMm_X845AZ9y Illviljan 14371165 2021-11-01T16:59:23Z 2021-11-01T16:59:23Z MEMBER

@TomNicholas Try removing setuptools in py37-min-all-deps.yml.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Update minimum dependencies for 0.20 1039833986
955084481 https://github.com/pydata/xarray/pull/5917#issuecomment-955084481 https://api.github.com/repos/pydata/xarray/issues/5917 IC_kwDOAMm_X8447W7B Illviljan 14371165 2021-10-29T22:35:27Z 2021-10-29T22:35:27Z MEMBER

Might be setuptools, I had similar errors in #5892.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Update minimum dependencies for 0.20 1039833986

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