Adam C. Stephens
Adam C. Stephens
This seems like an appropriate thread to lock until something more productive happens.
I'm using https://github.com/universal-ctags/homebrew-universal-ctags and ran into this issue. At some point the brew symlinks went missing, or were never installed. This fixed it for me ``` brew unlink universal-ctags &&...
I'm guessing @fsalum isn't going to do the migration, so if you have the inclination and time, I'd suggest doing so yourself.
I’m open to adjusting if needed. I figured setting them to default enable should be sufficient but I’ll admit I don’t know meson very well. This won’t block the upgrade...
@stgraber Do you think this will get consideration, or should I plant to just maintain our own patch to enable building in nixpkgs?
Thanks! No rush, I was just auditing my open PRs and figured it'd been long enough to check back in.
```bash #!/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash case $1 in 0) power=down ;; 1) power=up ;; 2) # silently drop exit 0 ;; *) echo "Unsupported arg: $@" exit 1 ;; esac /nix/store/zfrpn9bq8z3xaxwqrz0vcb91mfbdhkss-minidsp-0.1.10-pre/bin/minidsp --daemon-url http://127.0.0.1:5380...
is the initialization command `2` ? because that's seemingly sent before either on or off.
It actually does now (2 handled with exit 0). The log above did not handle that cleanly, but it makes no difference. squeezelite still sends 0/1/0 which leaves the system...
> Why can the daemon not respond to a command sequence? I'm actually triggering state changes through lirc to send a remote command. It then takes the device a couple...