issue_comments
4 rows where issue = 1094725752 and user = 5635139 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- dimensions: type as `str | Iterable[Hashable]`? · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1138997020 | https://github.com/pydata/xarray/issues/6142#issuecomment-1138997020 | https://api.github.com/repos/pydata/xarray/issues/6142 | IC_kwDOAMm_X85D47cc | max-sixty 5635139 | 2022-05-26T20:27:19Z | 2022-05-26T20:27:19Z | MEMBER | Ah, that's a good case @headtr1ck . So I don't have an immediate solution in mind unfortunately. I'm not sure having different return types is a great design in general, though I can see the logic for it in this case... |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
dimensions: type as `str | Iterable[Hashable]`? 1094725752 | |
1132117191 | https://github.com/pydata/xarray/issues/6142#issuecomment-1132117191 | https://api.github.com/repos/pydata/xarray/issues/6142 | IC_kwDOAMm_X85DerzH | max-sixty 5635139 | 2022-05-19T19:28:04Z | 2022-05-19T19:28:04Z | MEMBER |
I spent a non-trivial amount of time on this a year ago or so — my understanding is that But I'm also not sure we lose anything with e.g. https://mypy-play.net/?mypy=latest&python=3.10&gist=a3ea9f6fce5a678803bd7563a54cd9ca
Very cool! I didn't even know about this. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
dimensions: type as `str | Iterable[Hashable]`? 1094725752 | |
1116791799 | https://github.com/pydata/xarray/issues/6142#issuecomment-1116791799 | https://api.github.com/repos/pydata/xarray/issues/6142 | IC_kwDOAMm_X85CkOP3 | max-sixty 5635139 | 2022-05-04T00:21:34Z | 2022-05-04T00:21:34Z | MEMBER |
I would have thought this is indeed the case. I think we're quite open to adjusting this so that it works, but it would probably needs some work, including defining common patterns — e.g. the title of this issue is a good approach
I also think we'd be up for reforming this! Generally this is the first arg and so only used positionally, but it still makes sense to have them consistent. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
dimensions: type as `str | Iterable[Hashable]`? 1094725752 | |
1006622944 | https://github.com/pydata/xarray/issues/6142#issuecomment-1006622944 | https://api.github.com/repos/pydata/xarray/issues/6142 | IC_kwDOAMm_X847_9jg | max-sixty 5635139 | 2022-01-06T14:13:58Z | 2022-01-06T14:13:58Z | MEMBER | Thanks for writing this out. I realize something clever about the proposal: Our very first line of code in the docs passes dims as a tuple This will still work as two dims, since having Does this mean that this would be confusion free? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
dimensions: type as `str | Iterable[Hashable]`? 1094725752 |
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 1