home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 841476745 and user = 6628425 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

  • spencerkclark · 2 ✖

issue 1

  • ⚠️ Nightly upstream-dev CI failed ⚠️ · 2 ✖

author_association 1

  • MEMBER 2
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
811782335 https://github.com/pydata/xarray/issues/5077#issuecomment-811782335 https://api.github.com/repos/pydata/xarray/issues/5077 MDEyOklzc3VlQ29tbWVudDgxMTc4MjMzNQ== spencerkclark 6628425 2021-04-01T09:30:10Z 2021-04-01T09:30:10Z MEMBER

Yes, they need to be fixed upstream, either in nc-time-axis or cftime.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ⚠️ Nightly upstream-dev CI failed ⚠️ 841476745
808605313 https://github.com/pydata/xarray/issues/5077#issuecomment-808605313 https://api.github.com/repos/pydata/xarray/issues/5077 MDEyOklzc3VlQ29tbWVudDgwODYwNTMxMw== spencerkclark 6628425 2021-03-27T00:38:53Z 2021-03-27T00:38:53Z MEMBER

FAILED xarray/tests/test_combine.py::test_combine_by_coords_raises_for_differing_calendars

Thanks for tracking this down @mathause and opening the issue upstream!

FAILED xarray/tests/test_plot.py::TestCFDatetimePlot::test_cfdatetime_line_plot FAILED xarray/tests/test_plot.py::TestCFDatetimePlot::test_cfdatetime_pcolormesh_plot FAILED xarray/tests/test_plot.py::TestCFDatetimePlot::test_cfdatetime_contour_plot

It looks like https://github.com/Unidata/cftime/pull/235 may have broken some code in nc-time-axis. I'll open an issue in cftime tomorrow.

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

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