Valentin

Results 49 comments of Valentin

@Narmis-E , you might be interested in the [Advanced packaging](https://python-appimage.readthedocs.io/en/latest/apps/#advanced-packaging) section of the `python-appimage` documentation, as well.

Hello @newyorkthink , I actually never used both projects simultaneously, only separately. My guess was that one could use one of the extracted Python Appimages as input AppDir to linuxdeploy....

Hello @rayluo, the weekly releases are just "opportunistic". That is, every Sunday I regenerate the AppImages in case one of the base Manylinux Appimages has been updated. Thus, the update...

Thinking more about it, a solution might be to simply check in my GitHub action if the base Docker image has been updated since last AppImage release, and abort if...

Hello @rayluo, I am in the process of rewriting AppImages updates, using [pyGitHub](https://github.com/PyGithub/PyGithub) instead of gluing together predefined actions. This gives me much more flexibility. The current situation is that...

@probonopd: following the install of python and extra packages (using pip), the plugin script looks for any Python script under /bin and replaces its absolute shebang with a relative one...

@TheAssassin : I think that it is a problem in the Python path initialisation itself. It is not meant to operate with a variable install prefix, as we have with...

Hello @svenstaro , I do not think that patch #106 would help. The issue is not that the BVH is empty, but that faces that are axis-aligned (thus have a...

Hello @honnibal , thank you for raising this point. I didn't actually realize. I guess that the initial reason for doing so was primarily cosmetic (i.e. logout each dep being...