home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 899144961 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 3

  • keewis 2
  • shoyer 1
  • spencerkclark 1

issue 1

  • ⚠️ Nightly upstream-dev CI failed ⚠️ · 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
860520007 https://github.com/pydata/xarray/issues/5366#issuecomment-860520007 https://api.github.com/repos/pydata/xarray/issues/5366 MDEyOklzc3VlQ29tbWVudDg2MDUyMDAwNw== keewis 14808389 2021-06-14T08:59:02Z 2021-06-14T08:59:02Z MEMBER

the most recent run passed so this should be fixed.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ⚠️ Nightly upstream-dev CI failed ⚠️ 899144961
860049083 https://github.com/pydata/xarray/issues/5366#issuecomment-860049083 https://api.github.com/repos/pydata/xarray/issues/5366 MDEyOklzc3VlQ29tbWVudDg2MDA0OTA4Mw== keewis 14808389 2021-06-12T12:48:51Z 2021-06-12T12:49:01Z MEMBER

numpy/numpy#19085 has been closed so the tests should pass once the numpy wheels have been rebuilt (i.e. in a day or two)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ⚠️ Nightly upstream-dev CI failed ⚠️ 899144961
860038888 https://github.com/pydata/xarray/issues/5366#issuecomment-860038888 https://api.github.com/repos/pydata/xarray/issues/5366 MDEyOklzc3VlQ29tbWVudDg2MDAzODg4OA== spencerkclark 6628425 2021-06-12T11:14:26Z 2021-06-12T11:14:26Z MEMBER

See here for some discussion of the error in test_datetime_mean: https://github.com/pandas-dev/pandas/issues/36615#issuecomment-860038653.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ⚠️ Nightly upstream-dev CI failed ⚠️ 899144961
848450108 https://github.com/pydata/xarray/issues/5366#issuecomment-848450108 https://api.github.com/repos/pydata/xarray/issues/5366 MDEyOklzc3VlQ29tbWVudDg0ODQ1MDEwOA== shoyer 1217238 2021-05-26T04:48:18Z 2021-05-26T04:48:18Z MEMBER

The empty string error is https://github.com/numpy/numpy/issues/19085

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ⚠️ Nightly upstream-dev CI failed ⚠️ 899144961

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