Artem Rebets
Artem Rebets
Hey guys, I've managed to reproduce the issue. Currently I'm using Next with PrimeReact, they have a number of example projects [listed here](https://github.com/primefaces/primereact-examples). I just took the basic one for...
@Ffloriel any ideas why it may be happening?
+1 for this. Would be great to have a custom "Person" field in the Kanban cards, or to tag someone in the comments feature that is coming, or to mention...
@LucasXu0 Hey! Wanted to check in on the status of this feature. Thankful for the job you're doing guys, just curious how far in the future you think we can...
For anyone who needs this here's a hot fix for Vite-based projects: ```js resolve: { alias: { "@squircle-js/react": "node_modules/@squircle-js/react/dist/index.js", }, } ```
thank you! 🙌🏻
Hey guys, Regarding the issues with SPA serving - I recently made a template which uses Elysia and Svelte on the frontend. https://github.com/a-rebets/buffet In case you need some patterns /...
@SaltyAom ## Report: `nativeStaticResponse` bypasses dynamic routes when using HTML bundles ### Environment - Bun 1.3.2 - Elysia (latest as of today) - SPA fallback served via HTML import (Bun’s...
@dodiz yes because trailing slash is important, if you add a route with `/` you get `/api/` mounted to the resulting instance
@Cryxto could you edit the code to leave only the parts related to Elysia and this issue? I don't understand anything