Star Lederer

Results 20 comments of Star Lederer

I've been experiencing partial renders and unexpected Vite errors followed up by a reload and everything being back to normal at first launch before, I thought that was normal and...

*Just figured something out, decided to post separately instead of editing.* I was not running Wayland like I thought i was. Switching back to Wayland resolves Tauri apps not working...

I believe it does now, should this issue be closed?

I just realized that this feature could also solve #35. The users could modify the `installServer` or another hook before that, maybe `beforeInstallServer` or `confiureInstall` to either install to a...

I have already made a fork where something similar is implemented that I am using in a highly experimental setup. My solution allows the remote to completely take over the...

I had a similar issue with toybox in a Nix powered container, you are right about the cause and the solution is to install full wget on top of busy/toybox....

If you absolutely must use wget that comes with busybox you can also modify this extension but I'd personally recommend compiling from source instead of monkey-patching it and maybe contributing...

Found a [workaround](https://github.com/NixOS/nixpkgs/issues/32580#issuecomment-350877197) that let me launch my application. ``` bash WEBKIT_DISABLE_COMPOSITING_MODE=1 node dev.mjs # or whatever command you use to launch the app ``` The issue is caused by...

I wonder how the new solution compares to mine. It seems to be a better one because it disables a lot less, only an nVidia feature instead of an entire...

If this is welcome, we possibly need to document how to write custom scripts or make the default one work the same as custom