Anders Kaseorg
Anders Kaseorg
@facelessuser I want to be clear: Python should be more than capable of doing 20,000 operations on empty or very short strings in a tiny fraction of a second. When...
I understand. I can accept “backwards compatibility with an API designed without realizing the complexity implications” as a good explanation, while vehemently rejecting “too much data”. Hopefully this issue will...
This is somewhat similar to #1217. Should the `mergePaths` plugin be disabled by default?
@GamerBene19 The `main` branch is 44 commits ahead of the v2.8.0 release: https://github.com/svg/svgo/compare/v2.8.0...main. This fix will be included in the _next_ release when it’s released, not retroactively in the existing...
The `poetry add` command succeeds, but breaks all future `poetry` commands when they try to parse the configuration. ```console $ poetry init -n $ poetry add 'https://github.com/zulip/python-zulip-api/archive/0.8.2.zip#subdirectory=zulip' $ poetry shell...
Linking #1965. Like I mentioned there, I’m not so sure `parseISO` should accept `2020-1-1`, since that’s not a valid ISO 8601 date.
The `python -m tornado.autoreload` wrapper has a feature where it continues watching after the inner program exits (either by reaching the end of the code or by raising `SystemExit`). That’s...
I’m not asking *you* to suppress the traceback on Ctrl-C exit. I’m just asking that if *I* write a program that suppresses it, I should be able to run it...
@kekee000 When you get a chance, can you please merge and release this security fix?
I can’t reproduce this. When testing with a low-privileged user on Windows 10 (member of the Guests group), I have no problems installing 5.9.2 for myself, upgrading 5.8.1 to 5.9.2...