issue_comments
4 rows where author_association = "MEMBER", issue = 188113943 and user = 5635139 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: updated_at (date)
issue 1
- Better support for subclasses: tests, docs and API · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
523898016 | https://github.com/pydata/xarray/issues/1097#issuecomment-523898016 | https://api.github.com/repos/pydata/xarray/issues/1097 | MDEyOklzc3VlQ29tbWVudDUyMzg5ODAxNg== | max-sixty 5635139 | 2019-08-22T13:07:44Z | 2019-08-22T13:07:44Z | MEMBER |
This is correct - functions which convert between There's a bigger piece of work which would solve this too, at the cost of abstraction: have class attributes which define
Right, good question and we should catch ourselves from adding every abstraction. I have one specific use-case we've already found helpful: we have an object that is mostly a Dataset, with the addition of some behaviors and constructors - for example We don't use accessors because the behaviors are specific to a class, rather than every xarray object. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Better support for subclasses: tests, docs and API 188113943 | |
523881963 | https://github.com/pydata/xarray/issues/1097#issuecomment-523881963 | https://api.github.com/repos/pydata/xarray/issues/1097 | MDEyOklzc3VlQ29tbWVudDUyMzg4MTk2Mw== | max-sixty 5635139 | 2019-08-22T12:22:02Z | 2019-08-22T12:22:26Z | MEMBER |
I had thought the primary saving was memory (and fairly significant with lots of objects) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Better support for subclasses: tests, docs and API 188113943 | |
523750630 | https://github.com/pydata/xarray/issues/1097#issuecomment-523750630 | https://api.github.com/repos/pydata/xarray/issues/1097 | MDEyOklzc3VlQ29tbWVudDUyMzc1MDYzMA== | max-sixty 5635139 | 2019-08-22T05:12:08Z | 2019-08-22T05:12:08Z | MEMBER | For that case, you could put a breakpoint in and see what's calling it. It is bemusing For subclass support, you could see whether there are methods that return I think we're in an equilibrium where subclassing isn't supported for most operations, so it's not used, so we don't hear about it's failures. A moderate push could move us out of that equilibrium! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Better support for subclasses: tests, docs and API 188113943 | |
523600557 | https://github.com/pydata/xarray/issues/1097#issuecomment-523600557 | https://api.github.com/repos/pydata/xarray/issues/1097 | MDEyOklzc3VlQ29tbWVudDUyMzYwMDU1Nw== | max-sixty 5635139 | 2019-08-21T18:50:22Z | 2019-08-21T18:50:22Z | MEMBER | I think we should be able improve subclass support. (We use it internally at times, mainly for encapsulating logic on specific objects we inherit from @arokem if you're keen to investigate further, would be interesting to know what's happening there. It's possible it's an issue with |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Better support for subclasses: tests, docs and API 188113943 |
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