Kay Hayen

Results 1287 comments of Kay Hayen

So enabling, found a bug in an optimization to fixed imports elsewhere, that I fixed, and it's not giving me another import error for `from ._shared import geometry` is not...

This is part of the hotfix release 2.0.4 that I just made.

This can be done by adding to the onefile boot strap C code, passing this as an option. I think we previously thought about making console mode a string choice...

The `AttachConsole` use is a major finding, and we need to use that in the C code of Nuitka. I am very happy about that, as it means GUI programs...

This is an incompleteness in the match support. The roadmap is actually outdated: https://nuitka.net/doc/roadmap.html#complete-support-for-python-version-3-10 since this mixture of positional and keyword arguments, is the only thing remaining that is not...

This will probably be done during the 1.6 cycle, and likely result in a hotfix of 1.5, but it won't immediately have the priority to get there. Checking for missing...

As you can tell from my response, it was known, but it was also deemed irrelevant until there would be actual PyPI packages does it. This should only be annoying....

With 3.11 out, this is top priority in terms of compatibility now, since it's the only thing missing to claim full match support, and potentially it will affect more and...

It's a shame this didn't get done so far, I will hopefully get to it though.

Yes, I am lazy on that. It's very annoying to implement, but affects real code.