Ömer Aran

Results 17 comments of Ömer Aran

I think this would make it way easier for designers and developers to collaborate. Mostly designers add or edit tokens and they should have an easier way to do so....

I have another issue where the user could upload a corrupted jpg file, IPX will throw an error at this case, since it can't parse the meta data to optimize...

With over 4k issue this will likely never be implemented 😞

Is there any alternative or workaround to get this working in the meantime while the module is migrating to ESM? How to add proxies in nuxt 3 for dev +...

I could make my build go through with a temporary workaround: 1. `yarn patch http-proxy-middleware@npm:3.0.0-beta.0` 2. Follow what's stated in the console 3. change `dist/debug.js` according to this patch diff:...

`@nuxt/image` 1.3.0 also includes an update to `ipx` 3.0.0 I reverted that update with a yarn resolution and it works again: ```json { // ... "packageManager": "[email protected]", "resolutions": { "@nuxt/image/ipx":...

> You could use > > ``` > > ``` > > as the placeholder acts like a fallback too if the image fails to load. (Got it from the...

I have the same issue. Images in the`/public` folder of a nuxt layer will cause 404 error for any images you want to load with `nuxt-img`. ## Layer setup *...

I fixed it by adding this to the base layer / `layer-1`: ```ts // ./layer-1/nuxt.config.ts import { createResolver } from "@nuxt/kit" const { resolve } = createResolver(import.meta.url) export default defineNuxtConfig({...

> @jevgenigavrilov Thanks for pointing that out! > > Sadly this is not working when I try to set it globally, only when I do it for individual stories, and...