home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 972878124 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 4

  • dopplershift 1
  • max-sixty 1
  • mathause 1
  • keewis 1

author_association 2

  • MEMBER 3
  • CONTRIBUTOR 1

issue 1

  • Broken conda-forge release xarray-0.19.0-pyhd8ed1ab_0.tar.bz2 · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
917739399 https://github.com/pydata/xarray/issues/5711#issuecomment-917739399 https://api.github.com/repos/pydata/xarray/issues/5711 IC_kwDOAMm_X842s5eH max-sixty 5635139 2021-09-13T00:08:39Z 2021-09-13T00:08:39Z MEMBER

Closing, please reopen if still an issue

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Broken conda-forge release xarray-0.19.0-pyhd8ed1ab_0.tar.bz2  972878124
900601202 https://github.com/pydata/xarray/issues/5711#issuecomment-900601202 https://api.github.com/repos/pydata/xarray/issues/5711 IC_kwDOAMm_X841rhVy dopplershift 221526 2021-08-17T20:16:57Z 2021-08-17T20:16:57Z CONTRIBUTOR

The metadata for that package has been patched in conda-forge/conda-forge-repodata-patches-feedstock#161 to depend on python >=3.7, so this shouldn't be an issue any more. @kim-barker How are you installing xarray/setting up your environment? What conda commands are you running? What OS/platform architecture?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Broken conda-forge release xarray-0.19.0-pyhd8ed1ab_0.tar.bz2  972878124
900572097 https://github.com/pydata/xarray/issues/5711#issuecomment-900572097 https://api.github.com/repos/pydata/xarray/issues/5711 IC_kwDOAMm_X841raPB mathause 10194086 2021-08-17T19:28:40Z 2021-08-17T19:28:40Z MEMBER

Are you trying to install xarray in a python 3.6 environment? We might have to mark it as broken.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Broken conda-forge release xarray-0.19.0-pyhd8ed1ab_0.tar.bz2  972878124
900462153 https://github.com/pydata/xarray/issues/5711#issuecomment-900462153 https://api.github.com/repos/pydata/xarray/issues/5711 IC_kwDOAMm_X841q_ZJ keewis 14808389 2021-08-17T16:50:40Z 2021-08-17T16:50:40Z MEMBER

This should already have been fixed by conda-forge/xarray-feedstock#66 and conda-forge/conda-forge-repodata-patches-feedstock#161. Not sure why you still get the broken build? Any ideas, @dopplershift?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Broken conda-forge release xarray-0.19.0-pyhd8ed1ab_0.tar.bz2  972878124

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