issue_comments
5 rows where issue = 714993891 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- overloaded functions have several signatures in the docs · 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 |
{
"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 |
{
"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 |
{
"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
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]);
user 2