home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "MEMBER" and issue = 1410340285 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 2

  • max-sixty 3
  • Illviljan 1

issue 1

  • Fix doctest warnings, enable errors in CI · 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
1280057307 https://github.com/pydata/xarray/pull/7166#issuecomment-1280057307 https://api.github.com/repos/pydata/xarray/issues/7166 IC_kwDOAMm_X85MTB_b max-sixty 5635139 2022-10-16T21:05:24Z 2022-10-16T21:05:24Z MEMBER

OK, let's give this a whirl!

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix doctest warnings, enable errors in CI 1410340285
1280031127 https://github.com/pydata/xarray/pull/7166#issuecomment-1280031127 https://api.github.com/repos/pydata/xarray/issues/7166 IC_kwDOAMm_X85MS7mX max-sixty 5635139 2022-10-16T18:57:21Z 2022-10-16T18:57:32Z MEMBER

You can also just remove the example from the docstring, this is on minimal support anyway.

Great, done

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix doctest warnings, enable errors in CI 1410340285
1279895565 https://github.com/pydata/xarray/pull/7166#issuecomment-1279895565 https://api.github.com/repos/pydata/xarray/issues/7166 IC_kwDOAMm_X85MSagN Illviljan 14371165 2022-10-16T05:29:23Z 2022-10-16T05:31:53Z MEMBER

open_rasterio has been deprecated for like a year, #5808. Is it time to remove it?

You can also just remove the example from the docstring, this is on minimal support anyway.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix doctest warnings, enable errors in CI 1410340285
1279869423 https://github.com/pydata/xarray/pull/7166#issuecomment-1279869423 https://api.github.com/repos/pydata/xarray/issues/7166 IC_kwDOAMm_X85MSUHv max-sixty 5635139 2022-10-16T01:45:36Z 2022-10-16T01:45:36Z MEMBER

Currently this raises a deprecation warning: https://github.com/pydata/xarray/blob/50301acd266cbfeb5a59c31f3ddabf2673e127cf/xarray/backends/rasterio_.py#L193

Possibly we add something to the doctest to ignore warnings? It'll be out of place in the docs though...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix doctest warnings, enable errors in CI 1410340285

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