Matt Voska
Matt Voska
I've been running (amd64) Prysm on M1 for the past few months without issues, but in seeking better performance, I tried compiling natively for M1 arm64. Currently, Bazel 3.7.0 is...
I'm having this same issue. `castnow ./video.mkv` gets me video without audio. `castnow ./video.mkv --tomp4` throws a transcoding FFmpeg error: Stream mapping. `castnow ./video.mkv --tomp4 --ffmpeg-ac 2` gets me audio...
Sounds like you need to set the `NEXTAUTH_URL` https://github.com/calcom/docker?tab=readme-ov-file#client_fetch_error
@keithwillcode I think there is a cleaner solution here. In the docker-compose.yaml file ``` calcom: image: calcom.docker.scarf.sh/calcom/cal.com .... networks: stack: aliases: - "example.com" ``` this eliminates the need for `NEXTAUTH_URL`...
@xcellentavi try modifying the `docker-compose.yaml` file, lines 38, 39: ``` networks: - stack ``` change to: ``` networks: stack: aliases: - "my.domain.com" ``` ^ Note, this is "my.domain.com" without https://....
@xcellentavi can you point me to the Unraid app page/repo for this? I took a quick look [here](https://unraid.net/community/apps), but couldn't find it. Does Unraid let you specify custom environment vars...
@xcellentavi I'm not sure I can get it added back to the community app store (especially since I can't test it - I don't have an Unraid) but can you...
I fixed it by turning it into a trigger. Here's my code: ``` - trigger: platform: time_pattern minutes: "/1" action: - service: weather.get_forecasts data: type: hourly target: entity_id: weather.forecast_home response_variable:...
This PR solved my issues. I have 7 Zemismart ZM25 curtain motors that were all experiencing this state issue where the up and/or down buttons wouldn't work and they would...
Just switched over from Asana and noticed this was missing. We'd really like to be able to have recurring tasks! @vihar is this scheduled for implementation?