mike
mike
This is how I fixed the problem during my void-musl installation. Before launching `void-installer` > `rfkill unblock wlan` Next, enable the `wpa_supplicant` service > `ln -s /etc/sv/wpa_supplicant /var/service` Next `cd`...
this is actually an issue with most Rust apps running on `musl`. I hear that it's an upstream problem that is being worked on. Hopefully, this fixes your issue https://github.com/elkowar/eww/issues/362#issuecomment-991702958
> I was creating another nushell script and I find out that nushell can't get the else statement if it's placed on a new line after the last if's/statements' right...
i believe this is [fixed](https://www.nushell.sh/blog/2023-09-19-nushell_0_85_0.html#improvements-to-parse-time-evaluation) now
the file is not tested, that is why i did not include it. i was just using it to learn how to write queries. but if @amtoine tests it then...
i can't seem to figure out how to persist definitions, that is the reason why this has stalled for all this time. if anyone would like to give me any...
> If you get to driving this further, can this resolve #13926 as well? I know there may be some trickiness around lexing for full tolerance but at least the...