Ian-Clowes
Ian-Clowes
Good to hear, and very kind. Thanks. For clarity, I'm not sure how the changes to these files snuck in. I didn't make them and they seem to be a...
You raise an interesting point on frost protection. I had expected that the boiler would do the same as when wired with 230V controls sending no request for heat, which...
So maybe adding `&& curFlowTemp_ > 50` to the tests?
Thanks for the follow up. It's my first foray into EMS-ESP so I'll look at the 0x1A comments, etc to see if I can cover relevant cases appropriately. I generally...
Finally figured out all the CI snags. I'm not massively familar with git - let me know if I should retry this.
You mean as an alternative way of passing in multiple files from a static or dynamically generated list? I agree that makes sense where things like the shell and helpers...
> This new capability probably deserves to be documented. > > For more details on what the capability does and why (including the relevant comment from @t-mat), one could use...
I think `--files-from`, possibly without a short form? man tar has... ``` -T, --files-from=FILE Get names to extract or create from FILE. ``` While xargs uses: ``` -a file, --arg-file=file...