Kay Hayen
Kay Hayen
Plugins of Nuitka can do a lot of things, check the interface, try to use it and let me know what is missing.
If what you want is caching, well that is implemented separately.
Yes, caching. Replacing a module with C code of your own will be practically be impossible, so what I am assuming you want to do, is caching. I can need...
That's a great idea, looking forward to seeing an implementation of it.
Are you saying it's slow on Python or on C level? I assume you mean Python leve. I am adding them for bytecode only as unworthy code, however there is...
We might have to force this to bytecode without compilation then, tricky but what else are we going to do.
The code in question tries to avoid unusable code paths on Windows, but for non-existent paths, it errors out, on macOS there is no such problem. I assume therefore it's...
The report is also about ancient Nuitka.
You need to include the Qt plugin, xml like this `--include-qt-plugins=sensible,qml`. Unfortunately, Nuitka doesn't yet detect the use of `QtQml` and turns that into an automatic inclusion of the `qml`...
I agree it would be better. It seems, though, that the AppImage mode may go away in the future. You can not use it, by the undocumented option `--onefile-tempdir` and...