Alexis López Zubieta

Results 190 comments of Alexis López Zubieta

Now it works on my end. With audio and input :+1: Awesome job! ![Screenshot_20211011_155025](https://user-images.githubusercontent.com/1138094/136854039-6cebfb83-4c9f-4c67-93e4-01d1bfe17e78.png) Let's get our hands dirty with code, It would be great if you could put in...

Now we have a runtime that can be executed in alpine linux (see: https://github.com/AppImageCrafters/appimage-runtime). But the AppRun is now the one that is dynamically linked to glibc because it uses...

@TheAssassin some time ago I implemented an `ldd` replacement based on [LIEF](https://github.com/lief-project/LIEF) sadly I wasn't able to match `ldd` performance as it uses the system cache it's much more faster.

@haampie I didn't performed any hard measurement it was only my first impression. But it seems that I forgot to push the code to github. Now is gone https://github.com/azubieta/elf-tree-builder :sob::sob::sob::sob::sob::sob:

Making openGL work properly is a tricky topic. So far we don't ship the drivers because we cannot ship driver for every hardware. So the recommendation is to not even...

You can use newer apt repositories were the issue is fixed. Just make sure you are building your app with the same binaries that get deployed in the bundle. If...

Latest (continuous builds or master) appimage-builder already set the feature you require by default. The use of `appimagetool` will replaced in the near future by a python only implementation.

> This seems unnecessary yaml supports comments if you feel the need to separate steps I assume that you refer to the `step` entry. I was considering using this data...

I not sure if `https://github.com/AppImageCrafters/appimage-builder/releases/latest` should take you to the binary. I guess that your download link is wrong, please use https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.1.0/appimage-builder-1.1.0-x86_64.AppImage

This error is occurs when you try to create a recipe using `appimage-builder --generate` and there is no AppDir for it to use. Generating the recipe is only required once,...