Maximilian Knespel

Results 94 issues of Maximilian Knespel

Hello, This is more of a question than an issue. Maybe someone here knows the answer. Should compiled bytecode (.pyc) be bundled with the AppImage? I have never heard of...

Similar to #55, but this applies to the extracted AppDir. It is because $0 is not quoted: https://github.com/niess/python-appimage/blob/984f77af087e2e514d3b3ab64fb01d57ba2eb76e/python_appimage/data/apprun.sh#L5

I think this line: https://github.com/niess/python-appimage/blob/a072354789792ddb85ae66e6c61d63ca0871a1eb/python_appimage/data/python-wrapper.sh#L19 should be changed to: ``` exec {{ entrypoint }} ``` This would avoid another unnecessary subprocess being spawned, which would reduce resource usage and also...

Hello, I wanted to try out zstdseek, but looking at the latest release (0.7.3), I saw that it has no binaries. So, I tried to follow the install instructions: ```...