home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 668141561 and user = 14808389 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

  • keewis · 3 ✖

issue 1

  • Silence sphinx warnings · 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
673150613 https://github.com/pydata/xarray/pull/4286#issuecomment-673150613 https://api.github.com/repos/pydata/xarray/issues/4286 MDEyOklzc3VlQ29tbWVudDY3MzE1MDYxMw== keewis 14808389 2020-08-12T23:00:10Z 2020-08-12T23:00:44Z MEMBER

most of the remaining broken links are due to other sections (mostly the See Also section). To fix that, napoleon has to first add support for preprocessing those sections.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Silence sphinx warnings 668141561
671049978 https://github.com/pydata/xarray/pull/4286#issuecomment-671049978 https://api.github.com/repos/pydata/xarray/issues/4286 MDEyOklzc3VlQ29tbWVudDY3MTA0OTk3OA== keewis 14808389 2020-08-09T13:06:49Z 2020-08-09T18:35:11Z MEMBER

unfortunately, we won't be able to get this to work until the defaults channel includes sphinx version 3.2.0: pinning sphinx in doc.yml doesn't work, RTD will install sphinx from defaults, even if there's already a sphinx version installed. There has already been some effort to fix that, but I don't know if there was any progress on this since then.

Edit: I guess we could ask support to add a feature flag (CONDA_APPEND_CORE_REQUIREMENTS), which might help with that. Edit: see readthedocs/readthedocs.org#7371

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Silence sphinx warnings 668141561
667355871 https://github.com/pydata/xarray/pull/4286#issuecomment-667355871 https://api.github.com/repos/pydata/xarray/issues/4286 MDEyOklzc3VlQ29tbWVudDY2NzM1NTg3MQ== keewis 14808389 2020-07-31T21:04:09Z 2020-07-31T21:04:09Z MEMBER

@spencerkclark, while working on this PR I got a warning about CFTimeOffset not being linkable in CFTimeIndex.floor / ceil / round. Looking through the code, I can only find BaseCFTimeOffset, there's no CFTimeOffset class (maybe we should rename that base class?).

Anyway, I don't think any of those is part of the public api? If the methods on CFTimeIndex are public, I think we either shouldn't reference these classes or make them public (or add a glossary term to define what CFTimeOffset means).

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Silence sphinx warnings 668141561

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