Uriya Harpeness
Uriya Harpeness
I see typos in many files I open on my PyCharm (it warns about them like in the picture shown), maybe one should take a little time to do a...
@davep, can someone review and merge?
Of course @willmcgugan, just that the previous PR was merged after 2 minutes~, just wondered if this PR was skipped or missed. No problem.
I believe this indeed can be implemented outside of textual, but this has some downsides. First, it is written in textual's roadmap, probably because it could be useful in common...
This feels weird... I get the idea but if a user would want to change the style of only part of them he'd still need to do work. And if...
By supporting `~=` ,`=` - do you mean treating them all as `==`? Or implementing a mechanism to see which versions available support the specification? The first I think is...
Seeing as many recipes have a `.patch` file, which depends on the code's content (and thus, its version) - I'd assume that the statement in the second question is true....
Just to be sure - original proposal meaning the 3 steps I wrote in the issue's description?
Thanks for the feedback! I really appreciate it. I will start working on a PR soon I hope, and hoping it it won't take too long, as I'll try to...
1. Opened a PR: https://github.com/kivy/python-for-android/pull/2934 2. Why aren't tools like `black` or `isort` used? 3. Why isn't there any type annotation? 4. Bonus: may I please get a support perhaps...