rany2

Results 312 comments of rany2

> ## I use vim /opt/python3/lib/python3.9/site-packages/edge_tts/communicate.py > > 26 from aiohttp import TCPConnector > > 305 async with aiohttp.ClientSession( 306 trust_env=True,connector=TCPConnector(ssl=False) 307 ) I'm going to implement this but why...

> > > ## I use vim /opt/python3/lib/python3.9/site-packages/edge_tts/communicate.py > > > 26 from aiohttp import TCPConnector > > > 305 async with aiohttp.ClientSession( 306 trust_env=True,connector=TCPConnector(ssl=False) 307 ) > > >...

I'll have to add an option to disable SSL verification for HTTPS proxies.

Hi, if you add this and make a PR I won't reject it. But I don't get why you'd want to do that versus just: ```python await communicate.save("a.mp3") do_something_with_mp3("a.mp3") ```

I'm also facing the same issue: ``` time="2024-01-20T18:16:36Z" level=info msg="Creating /container1" time="2024-01-20T18:16:36Z" level=error msg="Error response from daemon: invalid config for network host: invalid endpoint settings:\nnetwork-scoped alias is supported only for...

> Containers started with docker compose update without any problem. Actually, my containers are all started with docker compose and had this problem.

This sounds like a good idea, I'll add a way to have VoiceManager use a custom voice list that HASS could provide. You could currently get the voice list from...

Volume now has to begin with a plus or minus and end with a percent sign. (`^[+-][0-9]+%$`)

> It's a gnarly file to edit. (Hmmm... I see `min_dl_shaper_rate_kbps`, `base_dl_shaper_rate_kbps` , and `max_dl_shaper_rate_kbps`? The values don't line up - have I used the right number of zeroes in...