Jonathan Rioux
Jonathan Rioux
Here is a powershell script I made to download the backgrounds : https://gist.github.com/jorioux/c3ed39bc71682177a80c80a790b20f80
Same issue on Centos 7 and WinServer 2019 `Invoke-Command` gives the same error.
The SMTP host is always `localhost`, whatever I put in the "Mail Host" field. I'm using the Docker image.
I found a solution. The New-UDDashboard function has a EndpointInitializationScript parameter to define scripts to be executed only once per runscape: ``` New-UDDashboard -Title $Title -Content { New-UdMonitor -Title "CPU...
I get the same error on `alpine`. And on `latest` I get this error: ``` "Error loading host key "/etc/ssh/ssh_host_ed25519_key": invalid format" ``` On `latest` the rsa key load fine,...
Same issue here with 1.36.9 on ubuntu 21.10. I've enabled `OPT_FFMPEG`, and `ffmpeg` is installed on ubuntu.
I have the same issue with IKEA TRADFRI bulbs. * Zigbee2mqtt version [1.33.2](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.33.2) commit: [9996c93](https://github.com/Koenkk/zigbee2mqtt/commit/9996c93) * HA version 2023.11.2 > 2023-11-10 13:02:26.553 ERROR (MainThread) [homeassistant.components.mqtt.mixins] Error 'Entity category `config` is...
I looked at the source code for a while, and it seems I would have to implement the billingPortalUrl() function myself in the ManageCustomer file?
Yes that exactly what I did. I overridden some laravel/cashier files in my project to add the connect account to the request. It basically renders this package useless. I'm even...
The `getConnectionName()` function also conflicts with the Tenancy for Laravel package. I would love to see this PR merged.