Rocky
Rocky
Like in most things, order matters within the rsyslog.conf - it would be swell if instead of a hash for the rsyslog.default_facility_logs and rsyslog.additional_directives it was an array of hashes,...
**Is your feature request related to a problem? Please describe.** My spa has internal *and* external lights - this integration on detects the internall lights. **Describe the solution you'd like**...
In my vagrant file i have something like this ``` diskpath="c:\\tmp\\" srvname="somerandomstring" file_to_disk="#{diskpath}#{srvname}.vdi" srv.vm.provider :virtualbox do |vb| unless File.exist?('file_to_disk') puts file_to_disk vb.customize ['createhd', '--filename', file_to_disk, '--size', 100 * 1024] end...
Maybe I missed it in the documentation/setup, my apologies if that is the case. I'm trying to figure out some weird tracking issues. When using icloudv3 - should the icloudv3...
When you enable yubikeys on your icloud account it disables the 6 digit code. The integration keeps asking to be reconfigured with a new 6 digit code but i am...
https://parts.rheem.com/product/RPD-EEWRA631GWH Have a gas water heater, econet doesn't have a RJ11 instead just a 3 wire connection, guessing power+ground+data/1wire.
# Issue [Old school boto](https://github.com/boto/boto) expects a session token to be stored as a value of `aws_security_token` in `~/.aws/credentials` [Boto3](https://github.com/boto/boto3) stores the same value in `aws_session_token` in `~/.aws/credentials` If you...