AbdullahGheith
AbdullahGheith
When playing something, the ip of the network interface will be used for streaming. Problem is when using go-chromecast from inside a VM (or docker in my case), the ip...
**Describe the bug** I save a textsegment with metadata, but when i retreive it again, the metadata is gone. **To Reproduce** ``` TextSegment ts = TextSegment.from("I like triangles", Metadata.from("test", "testvalue"));...
On IOS 16 (I havent tried previous versions), .connect returns true for a network that doesnt even exist. I get the ios dialog saying "Can't connect to network". But i...
When User Registration is allowed, an extra footer is added to the login form. Its missing in this theme.
Updated the dockerfile and added a custom entrypoint script. The purpose is: - Make the installation easier. Theres no need for the host to have qemu utils installed because the...
Environment: ``` root@radxa-zero3:~# uname -a Linux radxa-zero3 6.1.115-vendor-rk35xx #1 SMP Wed Sep 17 00:59:42 UTC 2025 aarch64 GNU/Linux ``` ``` root@radxa-zero3:~# python3 --version Python 3.11.2 ``` ``` root@radxa-zero3:~# catt --version...
If you do something like this: ``` with: host: ${{ secrets.DROPLET_IP }} user: ${{ secrets.DROPLET_USERNAME }} pass: ${{ secrets.DROPLET_PASSWORD }} ``` And your password is Hello&ToYou, you must enter the...