Chandler Swift
Chandler Swift
##### SUMMARY Ensure trailing slash on base_url The `AZURE_CHINA_CLOUD.endpoints.resource_manager` and `AZURE_GERMAN_CLOUD.endpoints.resource_manager` URLs don't end with a trailing slash, but the `AZURE_PUBLIC_CLOUD` and `AZURE_US_GOV_CLOUD` URLs do. This commit ensures consistency despite...
More than once, I've had an issue to debug or wanted to post a screen recording demo of what's happening on the watch. AsteroidOS does have [screen*shot* support via D-Bus](https://github.com/AsteroidOS/lipstick/blob/master/src/screenshotservice.cpp)...
**Describe the bug** I generally run `go` with `GOPROXY=direct`, which bypasses the Google-run module cache and downloads modules sources directly from their repos. Terragrunt fails to be built with this...
`MAX_PROPERTY_LENGTH` is defined to be 384: https://github.com/mariusor/mpris-scrobbler/blob/0d42d4ff9fab38ecf63a1d08d4a447f1c04b639b/src/structs.h#L43 This comes into play when we generate the signature for the request[^process]: [^process]: Because I had to look it up: the signature process...
##### SUMMARY A reworking of https://github.com/ansible-collections/community.zabbix/pull/951 I am setting up Zabbix with a database where SSL is enforced. Zabbix itself works fine with this, thanks to the `zabbix_server_dbtlsconnect` parameter, but...