Dave Neeley
Dave Neeley
[Scoop.sh](https://scoop.sh/) is a dev tool manager for Windows that has similar concerns. I noticed that they [recently implemented search functionality ](https://github.com/ScoopInstaller/Scoop/issues/4627 ). In Scoop, users install [buckets](https://scoop.sh/#/buckets) that include one...
That's a great list. I'm all for that, particularly cryptographic signing, although that can be a hiccup for tools that don't publish a hash. Maybe github does it for free...
Read-Choice would also be mockable with Pester...https://stackoverflow.com/q/57698737/9660 Stack OverflowHow do I mock $host.ui.PromptForChoice with PesterConsidering the below Powershell code, is there a way to mock $host.ui.PromptForChoice without the internalMenuWrapper function?...
Here is a diagnostic file for a Merkury BW904 Smart Bulb. Home Assistant 2023.8.4 Frontend 20230802.1 - latest Interestingly, if I manually pair the bulb in the Tuya android app...
Also seeing this, 8.12.2.
[mx.com](https://www.mx.com/) is another provider with a [Data Access](https://docs.mx.com/products/connectivity/data-access/) open finance API platform. It looks like MX uses a [Connect Widget](https://docs.mx.com/connect) to do all the initial linking of accounts, but then...
`cluster.app/hostname: grafana` on the ingress creates a record in the "Host Overrides" section of the pfsense "DNS Resolver" (aka unbound) with `host=grafana`. The IP of the host record is the...
I first tried removing the label selectors because they were set to null, but that did not reduce the errors. I then removed `serviceFieldSelector` and `ingressFieldSelector` and set `cluster.app/hostname` on...
MDEP-187 has a pull request attached to it. It was closed because tests were never added. https://github.com/apache/maven-plugins/pull/31
Hmm. No it's not on the event bus, but it does ship in the salt-common package that minions and masters get. My question is really more about serving static files...