Danny White
Danny White
Hi, new user here. I'm getting the same error as @anandvip. I did the `brew install ffmpeg` before first-use. I also tried `brew reinstall ffmpeg`. No dice. Running Catalina 10.15.4...
Thanks, @mre! `ffmpeg version 4.2.2` is what I get in response to `ffmpeg --version`. Here's the full response: ``` ffmpeg version 4.2.2 Copyright (c) 2000-2019 the FFmpeg developers built with...
I think @televators’ suggestion just sets the thumbnail/trigger image as a Next image component. The part that controls the _image displayed in the lightbox_ is set in the `Item` props:...
Hey @gregnr, running: ```bash npx -y @supabase/mcp-server-supabase@latest --version ``` ...produces the same `ERR_MODULE_NOT_FOUND` error as above. Instead, running: ```bash npm view @supabase/mcp-server-supabase version ``` Or: ```bash npm install -g @supabase/mcp-server-supabase@latest...
Marked `do-not-merge` as @joshenlim pointed out that we need this redirect for `/auth/v1/verify`. Will remove that label when we update that API to point to `/new` instead of `/organizations`
I had the exact same error with my brand new Raspberry Pi Zero 2 W: ```bash The headers or library files could not be found for zlib, a required dependency...