Ranieri Althoff

Results 385 comments of Ranieri Althoff

Also having this issue with an NVIDIA GeForce RTX 2060 Mobile on Arch Linux running master Edit: not the same, I actually get ``` vulkan: vkCreateDevice failed (VkResult: -7) ```

I have this issue but only for the 32 bit version of the drivers. After updating both 64 and 32 bit versions from 465 to 470, running `remove --unused` only...

> I believe this could be fixed on the Steam flatpak app side and doesn't really have much to do with flatpak-builder. How is this related to the Steam flatpak?...

While it seems to me that fish uses colors from .Xresources, I converted the bash script that comes with gruvbox to fish syntax. It's not as complete as @Jomik did...

@mischnic I did not have time to bisect the changes, but I know nightly.475 and 476 have been working.

You are building it on ARM64 and trying to run on x86_64. This will not work, currently it only installs the version for the current architecture when you add argon2,...

I don't know how electron-builder works, but it needs to download argon2 during _runtime_, not during _build-time_. So, if you are building and packaging your app, and that gets sent...

@Slapbox hey, I'm still looking to just bundle all architectures in the package as we've talked about before, but it's not as trivial as I expected. I was working on...

@Slapbox you can experiment using the alpha version by installing `argon2@next` which contains prebuilt binaries included in the package, no extra steps needed. Note that it is also ESM-only but...