Normen Hansen
Normen Hansen
It seems to be an ordering thing in how the automation is saved. I get the same when I just add a Mi to an automation but when I change...
+1 - this plugin is pretty much useless on MacOS in the current state
Update: When installing ccls using [snap](https://snapcraft.io) this also happens, seems there is a general problem on that platform/OS. This is what I get when running directly from command line using...
The adapter is a self-built Arduino/ESP32 based device with a RS485 converter, the code is an adapted version of this: https://github.com/utopiantools/visca-ip-proxy-arduino - I changed the code to work on an...
> Very cool! Have you posted your modified code to GitHub? I'm keen to take a look, and it is something I could make use of too. No I didn't...
Afaict a-shell has no way to connect to the USB connector of the iPad so the adb bridge wouldn't work in the first place..?
> I'm trying to connect the USB Hub. Fortunately, iPad Air 4 has a built-in Type-C port. Still the software has no connection to it. i.e. theres no `/dev/usbxxx`
This is really nice, with `pip` and `cpan` theres a wealth of tools available. However `cpan` still blows up with `Too many Perl scripts` on many installs. E.g. `cpan -Ti...
Might be a cat and mouse game but I guess at least three are in order given that cpan often runs `Makefile.PL` which in turn might run some perl tool..?
Heh, indeed, most installs fail when the `Makefile.PL` checks for a valid `perl`.. Which would then be the third instance `cpan->Makefile.PL->perl -V` Edit: Manually compiling the artifacts in `~/Documents/.cpan/build/*` like...