issue_comments
9 rows where issue = 807764700 and user = 5635139 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- add typing to unary and binary arithmetic operators · 9 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
819631850 | https://github.com/pydata/xarray/pull/4904#issuecomment-819631850 | https://api.github.com/repos/pydata/xarray/issues/4904 | MDEyOklzc3VlQ29tbWVudDgxOTYzMTg1MA== | max-sixty 5635139 | 2021-04-14T16:01:06Z | 2021-04-14T16:01:06Z | MEMBER | @rhkleijn thanks for the huge effort! We just discussed this on our team call and were universally impressed. |
{ "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
add typing to unary and binary arithmetic operators 807764700 | |
813107460 | https://github.com/pydata/xarray/pull/4904#issuecomment-813107460 | https://api.github.com/repos/pydata/xarray/issues/4904 | MDEyOklzc3VlQ29tbWVudDgxMzEwNzQ2MA== | max-sixty 5635139 | 2021-04-04T22:15:58Z | 2021-04-04T22:20:49Z | MEMBER | FYI I resolved conflicts in GitHub; I may have made a mistake, tests should tell us though |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
add typing to unary and binary arithmetic operators 807764700 | |
813106981 | https://github.com/pydata/xarray/pull/4904#issuecomment-813106981 | https://api.github.com/repos/pydata/xarray/issues/4904 | MDEyOklzc3VlQ29tbWVudDgxMzEwNjk4MQ== | max-sixty 5635139 | 2021-04-04T22:12:00Z | 2021-04-04T22:12:00Z | MEMBER | I'll merge this in the next couple of days unless I hear anything! Thanks everyone |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
add typing to unary and binary arithmetic operators 807764700 | |
804260669 | https://github.com/pydata/xarray/pull/4904#issuecomment-804260669 | https://api.github.com/repos/pydata/xarray/issues/4904 | MDEyOklzc3VlQ29tbWVudDgwNDI2MDY2OQ== | max-sixty 5635139 | 2021-03-22T17:39:19Z | 2021-03-22T17:39:19Z | MEMBER | Thanks for having a glance @shoyer . Let us know when it's OK to merge! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
add typing to unary and binary arithmetic operators 807764700 | |
802991894 | https://github.com/pydata/xarray/pull/4904#issuecomment-802991894 | https://api.github.com/repos/pydata/xarray/issues/4904 | MDEyOklzc3VlQ29tbWVudDgwMjk5MTg5NA== | max-sixty 5635139 | 2021-03-19T17:24:03Z | 2021-03-19T17:24:03Z | MEMBER | @rhkleijn I missed your last comment, apologies.
That makes sense, and it sounds like you've checked these cases in lots of detail, thank you for all your hard work. If you want, add a comment to the code that references your comments here, so there's some record of the research you've done. (Optional ofc) Let's answer @mathause questions, and then you should feel free to merge unless there are any objections — we may learn more from others using it — and very easy to iterate more from here. |
{ "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 1, "eyes": 0 } |
add typing to unary and binary arithmetic operators 807764700 | |
798798781 | https://github.com/pydata/xarray/pull/4904#issuecomment-798798781 | https://api.github.com/repos/pydata/xarray/issues/4904 | MDEyOklzc3VlQ29tbWVudDc5ODc5ODc4MQ== | max-sixty 5635139 | 2021-03-13T23:00:09Z | 2021-03-13T23:00:09Z | MEMBER | Thanks a lot for the full response! I forgot to reply to one question of yours — let's use this PR, if you want to replace the current code with the
Ofc, I see, there's no type information in the
Thanks for the comments — even better to have them in the code. I still have one question — if we remove a line like this, does mypy not recognize it can use the method on a
That's surprising — I wonder where it's getting that information from. I would have expected that it wouldn't be able to find any compatible implementation of a
I would vote not to prioritize a tool if it's not compatible — this code will last for a long time, and I expect PyCharm will catch up to the language specs soon.
Great, thank you |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
add typing to unary and binary arithmetic operators 807764700 | |
798777531 | https://github.com/pydata/xarray/pull/4904#issuecomment-798777531 | https://api.github.com/repos/pydata/xarray/issues/4904 | MDEyOklzc3VlQ29tbWVudDc5ODc3NzUzMQ== | max-sixty 5635139 | 2021-03-13T20:06:26Z | 2021-03-13T20:06:26Z | MEMBER | The I have a few questions, but they don't need to hold back merging — if others agree — in particular on the
And here we have both a Using python to template the methods works pretty well! Better than I would have expected relative to a templating library like jinja. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
add typing to unary and binary arithmetic operators 807764700 | |
790048960 | https://github.com/pydata/xarray/pull/4904#issuecomment-790048960 | https://api.github.com/repos/pydata/xarray/issues/4904 | MDEyOklzc3VlQ29tbWVudDc5MDA0ODk2MA== | max-sixty 5635139 | 2021-03-03T20:56:09Z | 2021-03-03T20:56:09Z | MEMBER | @rhkleijn I'm a bit late to respond here, but that could be really excellent IMO, I'd be really interested to see that working. Let me know if there's anything from my end that would be helpful. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
add typing to unary and binary arithmetic operators 807764700 | |
778706122 | https://github.com/pydata/xarray/pull/4904#issuecomment-778706122 | https://api.github.com/repos/pydata/xarray/issues/4904 | MDEyOklzc3VlQ29tbWVudDc3ODcwNjEyMg== | max-sixty 5635139 | 2021-02-14T01:38:15Z | 2021-02-14T01:38:15Z | MEMBER | Thanks a lot @rhkleijn , this is very impressive! The results look great. The Did you ever consider replacing the injections with this macro-like approach to writing out the python methods, rather than using the macro to generate the stub files? (I don't bring this up with a view that it's better, but the injections have always seemed awkward) Is there anything we should be aware of around the interactions between stub files and inline definitions? Others will have useful thoughts too, so would be interested to hear from them too. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
add typing to unary and binary arithmetic operators 807764700 |
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