Mael

Results 131 comments of Mael
trafficstars

What's the status of this? And is it going to be included in Shadcn-vue ?

Nice! Looking forward to seeing this in Shadcn! @zernonia will you do a custom styling of the component to replace the old one, or as an entirely new one?

Similarly, when trying to compile ``` const OC = await opencascade({ locateFile: () => opencascadeWasm, }); ``` there's an error ``` error TS2554: Expected 0 arguments, but got 1. ```...

I just tried to compile this in Typescript: https://github.com/sgenoud/replicad/blob/main/packages/replicad-app-example/src/cad.js#L4 and that was the error shown

Not sure how it would look to be honest, but I'm struggling to create a "state-of-the-art" so-to-say monorepo which would have: - an expressjs typescript backend - a vitejs vue3...

@sadeghbarati @romanhrynevych any update on this? is there a way to fix this without having to introduce an arbitrary size limit?

@romanhrynevych the bug still exists when we add the Combobox in a Dialog, any idea how to fix this? https://stackblitz.com/edit/fls328-mq6rcb?file=src%2FApp.vue,src%2Fcomponents%2Fui%2Fpopover%2FPopover.vue

If you make the window smaller it doesn't display correctly

hmmmm weird, I'd rather not use a large min-h, because otherwise if there's only a few options it will be "mostly empty" no? @sadeghbarati