MadnessASAP

Results 17 comments of MadnessASAP

I had the same issue, resolved it by adding a trailing forward slash to AVR_HOME option, i.e. AVR_HOME="/usr/bin/" not AVR_HOME="/usr/bin".

> > Something like: > > ```nix > > # services/kanshi.nix > > config = mkIf cfg.enable { > > wayland.windowManager.sway.config.startup = [ > > { command = "${pkgs.systemd}/bin/systemctl --user...

Having the same symptoms on a Samsung Galaxy S21 Utra (SM-G998W). Airlao eSIM worked after restoring all apps. Here's the list of apps that were disabled when it wasn't working....

I didn't narrow it down to one package but I believe I narrowed it down further. I'll see if I still have that list around later. On Fri, Oct 20,...

Well I can't find my further paired down list, but here's the intersection of our 3 lists. ``` android.autoinstalls.config.samsung com.android.bluetoothmidiservice com.android.chrome com.android.dreams.phototable com.android.egg com.android.providers.partnerbookmarks com.android.traceur com.facebook.appmanager com.facebook.services com.facebook.system com.hiya.star com.samsung.android.aircommandmanager...

Also experiencing this on NixOS - Lapce 0.4.0 - Sway 1.8.1

> Thanks, I just looked into setting up the host MCU and ran into this issue. This PR fixed compilation for me :) Glad it helped, are you also running...

Thanks! Makefile corrected for the non-ultrawide proletariat.

I have run into this issue as well. Or at least the old vs new syntax. My ceph.conf uses DNS for monitor addresses which incus is trying to pass on...

I did a bit of poking into the Incus and Ceph code, it seems that the mount.ceph CLI helper does a lot more lifting that I thought it did. I...