GardenCoder
GardenCoder
First I'm very glad, that I found this tool! All other Websocket-Client Browser Addons are rather old and not that feature-rich like yours! But I'm still missing one small feature:...
BLE-MIDI does not work with the new Arduino GIGA (STM32H747XI). The bluetooth device is visible sometimes (at least on android, not my linux desktop), but I cannot connect. I tested...
### Why If you combine with you will notice, that an Object is deselected after you stop dragging it. In some scenarios it's unintuitive that the object is deselected on...
fix #60
This library currently only supports these architectures: avr, sam, samd Is there any plan to support the newer STM32 boards like the Portenta boards or Arduino GIGA? I recently bought...
Maybe a bit early, but the next major release trpc (v11) is on the horizon, basically updating react-query to v5. trpc-panel does not work with the latest `@trpc/server@next` version. No...
Using a zod-form-data schema breaks trpc-panel. ```javascript import { zfd } from 'zod-form-data'; const uploadFileSchema = zfd.formData({ file: zfd.file(), id: zfd.numeric(), }); ``` Using this schema as an input for...