issue_comments
6 rows where issue = 1368900431 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Typing of abstract base classes · 6 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1355725525 | https://github.com/pydata/xarray/pull/7020#issuecomment-1355725525 | https://api.github.com/repos/pydata/xarray/issues/7020 | IC_kwDOAMm_X85QzrrV | headtr1ck 43316012 | 2022-12-16T22:24:13Z | 2022-12-16T22:24:13Z | COLLABORATOR | Already one problem is showing from "enforcing" a shape property by setting is as an abstract property. cfgrib comes with its own backend which is used instead of xarrays internal one and it is still using a shape attribute. Anyone actually know why a abstract property cannot be fulfilled by setting an attribute? At the end I require at least a readable variable, but do not care whether it is settable or not... Alternative: Do not use abstract properties but the "old-fashioned" way of raising a NotImplementedError in the ABC instead. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Typing of abstract base classes 1368900431 | |
| 1355635990 | https://github.com/pydata/xarray/pull/7020#issuecomment-1355635990 | https://api.github.com/repos/pydata/xarray/issues/7020 | IC_kwDOAMm_X85QzV0W | headtr1ck 43316012 | 2022-12-16T21:28:18Z | 2022-12-16T21:28:18Z | COLLABORATOR | I think the implementation of a protocol for duckarrays should be done in another PR. The mess of |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Typing of abstract base classes 1368900431 | |
| 1244063864 | https://github.com/pydata/xarray/pull/7020#issuecomment-1244063864 | https://api.github.com/repos/pydata/xarray/issues/7020 | IC_kwDOAMm_X85KJuh4 | headtr1ck 43316012 | 2022-09-12T17:26:06Z | 2022-09-12T17:26:06Z | COLLABORATOR | I have now removed the requirement to implement a |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Typing of abstract base classes 1368900431 | |
| 1243932262 | https://github.com/pydata/xarray/pull/7020#issuecomment-1243932262 | https://api.github.com/repos/pydata/xarray/issues/7020 | IC_kwDOAMm_X85KJOZm | dcherian 2448579 | 2022-09-12T15:44:18Z | 2022-09-12T15:44:18Z | MEMBER |
I think this is the mess I ran in to in a different PR: https://github.com/pydata/xarray/pull/6874#discussion_r946154605 . It's basically another |
{
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 1
} |
Typing of abstract base classes 1368900431 | |
| 1243279341 | https://github.com/pydata/xarray/pull/7020#issuecomment-1243279341 | https://api.github.com/repos/pydata/xarray/issues/7020 | IC_kwDOAMm_X85KGu_t | headtr1ck 43316012 | 2022-09-12T06:32:48Z | 2022-09-12T06:32:48Z | COLLABORATOR |
I tried removing the abstract transpose method from the Baseclass but then several mypy complaints appeared.
I think one has to add overloads to |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Typing of abstract base classes 1368900431 | |
| 1243019712 | https://github.com/pydata/xarray/pull/7020#issuecomment-1243019712 | https://api.github.com/repos/pydata/xarray/issues/7020 | IC_kwDOAMm_X85KFvnA | headtr1ck 43316012 | 2022-09-11T18:39:53Z | 2022-09-11T18:39:53Z | COLLABORATOR | The inheritance in the indexes is quite convoluted. Trying to fix the runtime issues concerning abstract methods missing opens another rabbit hole ... Don't know if I can fix that without some type:ignores or Anys :/ |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Typing of abstract base classes 1368900431 |
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