Carlo Taleon

Results 63 comments of Carlo Taleon

### Okay, I figured it out. Edit: Ignore the explanation below, I realized I'm dum and didn't see the `mirror.constrainDimensions: true` option. Solution is to just: ```ts const sortable =...

Ok, I'm a beginner scrub and I think `⌘` is not reliable for TUIs. Please close this if that's the case, thanks!

For context I was trying to make a good paste experience, because the `_` handler for match is too slow for pasting with cmd + v. But I think i'll...

Also just sharing, my best workaround for this right now is to manually tweak it into the desired result at onMount: ```ts onMount(() => { const el = props.ref as...

Thank you for the quick response @titoBouzout. Thanks for the info. Yeah I hope it gets fixed, but definitely no rush since I have a workaround for my use-case right...

Apparently there's a similar issue when it's SvelteKit (which is also on top of Vite). https://github.com/atlassian/pragmatic-drag-and-drop/issues/107

Alright this is what worked for me :D ```ts // vite.config.ts // Vite import { dirname, resolve } from "node:path"; import { fileURLToPath } from "node:url"; import { defineConfig }...

Thanks for getting back! @jasonlyu123. So yeah I think you're 100% right. Thanks for narrowing this down! It is definitely the **"Zed sends the request twice"** case. I wasn't able...

Hi @yusukebe , I think the `dev-server` plugin for Hono has a limitation with websockets currently, specifically for Node and Bun. I'm wondering if it's possible to expose a `createMiddleware`...

Awesome! @yusukebe Let me know if you want to move this discussion elsewhere, but after researching some more, I found that it's actually possible to overcome the limitation I mentioned....