armin-th

Results 6 comments of armin-th

Just want to note, this is still an issue in 8.3.7 Appreciate any work being put into this :)

Same problem here. For the moment I am running the raw query/params as a workaround as I do not need any special typeorm methods for running the query.

I am having the same exact issue with the latest [pre alpha release](https://github.com/kaosat-dev/Blenvy/releases/tag/blenvy_v0.1.0_pre_alpha) zip file of the blenvy addon, and confirmed that @mmatvein is correct with their workaround. Thanks for...

Perhaps I should also specify I am using blender 4.2, not 3.x, and that might be the difference? 🤔

I am also using nixos, and also confirmed when I roll ALVR back to 20.6.1 (which is what is in nixos-24.05 channel) it runs fine but using the later nixos...

Hello again, I just followed https://nix.dev/guides/faq#how-to-run-non-nix-executables added to my nixos ``` programs.nix-ld.enable = true; programs.alvr = { enable = true; openFirewall = true; # we still need the firewall rules...