Mark Brouch

Results 4 issues of Mark Brouch

I'm trying to pass a variable from Styled Components to my tailwind tagged template literal, but can't figure out how to do it. This doesn't work: ```js const Button =...

I've noticed that some of my "best" solutions sometimes hold passengers hostage on the elevator, ignoring their floor for an extended period of time if it's for the good of...

enhancement

Resolves https://github.com/nuxt/image/issues/1376 Adds the ability for a full cloudinary url to be used as `src` instead of relying on `baseURL` to construct the image url. For example: ```vue ``` should...

There is currently no way to use an absolute URL for the Cloudinary provider. One workaround may be to parse the absolute URL to return the path, but this is...