Sam A. Horvath-Hunt
Sam A. Horvath-Hunt
There are issues with plain `wrapFish` as well, because then Home Manager is unable to generate completions - `tree` the output in `/nix/store/` to see what I mean. As a...
Would there be any interest in adopting/integrating community packages? I think fp-ts-std may make a good foundation for something like an `@fp-ts/extra`.
That can form the foundation, but it's a bit disorganised at the moment - I'd anticipate an extra/contrib library sharing the same structure as core. Equally a lot of the...
It infers better than I expected, but fails to follow lambdas at least in this scenario, unlike `flow` with arguments flipped: ```ts compose(x => x, x => x, f) ```...
HASS is now up to 450MB for a backup, almost all of which is down to the database. This should grow with devices and history but not with time, as...
Down to 33MB if I: ```sh tar -f backup.tar --delete home-assistant_v2.db ```
28MB: ```sh tar -f backup.tar --wildcards --delete "home-assistant_v2.*" ```
A zip backup can be requested and downloaded from the Zigbee2MQTT UI. For me right now it's tiny, ~30kB.
https://github.com/samhh/dotfiles/commit/9a20fb5bc1b14ba8fe97efce381caf9e20600caf & https://github.com/samhh/dotfiles/commit/3e93a91100c7c57ec1ec757cd95c0ae9fcd408db Starmie and Onix wouldn't be necessary if only they were configurable in Nix. Exeggutor always will be as it contains the Zigbee coordinator database. Still missing some...
Also a nicer way to: 1. Store/run that script (in the quotes). 2. Provide su perms. Would be nice.