Alim ÖZDEMİR

Results 24 comments of Alim ÖZDEMİR

Have you tried like this? It is working ```js var rect2 = new fabric.Rect({ width: 100, height: 100, top: 40, left: 40, fill: 'red', selectable: false }); ```

Hello, Thanks for the jsfiddle, did you try with `extraProps` ? ```javascript var canvas = new fabric.Canvas('mycanvas'); canvas.extraProps = ['selectable', 'editable'] ``` Thanks

I'm facing the same issue. index.mjs file has the following 'node-fetch-native/polyfill' import ```index.mjs globalThis._importMeta_={url:import.meta.url,env:process.env};import 'node-fetch-native/polyfill'; .... //# sourceMappingURL=index.mjs.map ``` And when I try to run `node ./output/server/index.mjs` it can't find...

Thank you @danielroe I deleted the lockfile and regenerate it, then it started to work,

Hi @danielroe it looks like the list in the first post is not up-to-date, all PRs are merged. Could we have a quick summary of the status? Meanwhile, I would...

I wonder what is the situation here. When I look for alternative implementation on NextJS they are exposing it with encoded url e.g. ``` www.domain.com/images?url=https%3A%2F%2Fgithub.com%2Fnuxt%2Fnuxt.jpg ``` With nuxt image it...

Hello, Is there any estimated date for completing this functionality?

This is a blocker for me right now, either I will remove nuxt-image or I will find a workaround with pnpm. It is very annoying

I'm facing the same issue, and most probably due to this, we will not going to have a good "enterprise" monorepo for our project. At least I can see that...

Hi @zoey-kaiser unfortunately, it still exist, its just evolved to something else. I shared the error message in the previous issue. I will share more details once I have time...