home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where author_association = "MEMBER" and issue = 714993891 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • keewis 3
  • mathause 2

issue 1

  • overloaded functions have several signatures in the docs · 5 ✖

author_association 1

  • MEMBER · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
732407044 https://github.com/pydata/xarray/issues/4487#issuecomment-732407044 https://api.github.com/repos/pydata/xarray/issues/4487 MDEyOklzc3VlQ29tbWVudDczMjQwNzA0NA== keewis 14808389 2020-11-23T20:26:42Z 2020-11-23T20:27:02Z MEMBER

this is fixed in sphinx=3.3.0, so updating the pinned version in doc.yml should be enough

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  overloaded functions have several signatures in the docs 714993891
704153525 https://github.com/pydata/xarray/issues/4487#issuecomment-704153525 https://api.github.com/repos/pydata/xarray/issues/4487 MDEyOklzc3VlQ29tbWVudDcwNDE1MzUyNQ== mathause 10194086 2020-10-06T09:39:21Z 2020-10-06T09:39:21Z MEMBER

Yes, does sound like the issue. I guess we'll have to wait for upstream...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  overloaded functions have several signatures in the docs 714993891
703911866 https://github.com/pydata/xarray/issues/4487#issuecomment-703911866 https://api.github.com/repos/pydata/xarray/issues/4487 MDEyOklzc3VlQ29tbWVudDcwMzkxMTg2Ng== keewis 14808389 2020-10-05T21:59:10Z 2020-10-05T21:59:10Z MEMBER

that's already set: https://github.com/pydata/xarray/blob/45aab423b61c99278dd9b4d8a21915647afae623/doc/conf.py#L112 so I guess this is a missing feature for autodoc. sphinx-doc/sphinx#7785, maybe?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  overloaded functions have several signatures in the docs 714993891
703910775 https://github.com/pydata/xarray/issues/4487#issuecomment-703910775 https://api.github.com/repos/pydata/xarray/issues/4487 MDEyOklzc3VlQ29tbWVudDcwMzkxMDc3NQ== mathause 10194086 2020-10-05T21:56:14Z 2020-10-05T21:56:14Z MEMBER

maybe: https://www.sphinx-doc.org/en/2.0/usage/extensions/autodoc.html#confval-autodoc_typehints can check tomorrow

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  overloaded functions have several signatures in the docs 714993891
703909325 https://github.com/pydata/xarray/issues/4487#issuecomment-703909325 https://api.github.com/repos/pydata/xarray/issues/4487 MDEyOklzc3VlQ29tbWVudDcwMzkwOTMyNQ== keewis 14808389 2020-10-05T21:52:29Z 2020-10-05T21:52:29Z MEMBER

Good catch, @mathause.

I don't think we should show type hints at all (they're not visible in the API pages without @overload), that's what the parameter documentation is for. To solve this, I'd look for a configuration setting for autosummary / autodoc (I think the latter generates the signature) or try to figure out if that's a bug / missing feature in autodoc.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  overloaded functions have several signatures in the docs 714993891

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