Victor Navarro

Results 76 comments of Victor Navarro

> @vimtor did you have an example Button component or was is the default repo version? It was the default repo version

[Bloobirds](https://www.bloobirds.com/)

Doing something like `next/image` will be a related alternative. Just optimizing the asset is fine but things like serving smaller images in small devices or lighter ones in devices with...

Same issue here, it will be nice to exclude some patterns if not the plugin becomes unusable once you generate the types inside the `src` folder.

Hi @cometkim! As you might imagine each developer is a world. To starts things off I am using Webstom, so I cannot use that cool looking vscode extension. (Nevertheless, there...

I'm facing the same issue using Turborepo.

Hey @jacqu3sk, I'm sorry you're facing this issue. Could you please share the video URL? My guess is that the problem is with a specific video, similar to #11822.

Thanks for sharing! I've found this recent issue https://github.com/fluent-ffmpeg/node-fluent-ffmpeg/issues/1262 in the package the extension uses to interact with `ffmpeg`. From that issue, I'm guessing that you are using an `ffmpeg`...

@Joyouou could you see if any of these fix your issue? - https://github.com/raycast/extensions/issues/11822#issuecomment-2064183311 - https://github.com/raycast/extensions/issues/11907

For anyone facing the same issue I had to do some tweaks to @aaliboyev's code. ```tsx "use client"; import * as React from "react"; import * as DialogPrimitive from "@radix-ui/react-dialog";...