Carlo Taleon
Carlo Taleon
I think there are two valid URLs for postgres: - `postgres://` - `postgresql://` This lib currently only supports `postgres://` It fails on `postgresql://` and says: ``` thread 'main' panicked at...
https://hono.dev/examples/hono-openapi I tried: ```ts export contst postRouter = j.router({ recent: publicProcedure .use( j.fromHono( describeRoute({ description: "Awesome stuff", responses: { 200: { description: "Successful response", }, }, }), ), ) .query(({...
It now works. Wish there was a `settings.json` way to configure but I heard there's none.
I tried with `.tera` files and they don't work.
> It seamlessly works w/ dev. - Build for prod gets stuck though, but yeah it's quick. Switching from Vite to Rolldown shows significant performance gains: ## Speed improvements -...
> It seamlessly works w/ dev. - Build for prod gets stuck though, but yeah it's quick. Switching from Vite to Rolldown shows significant performance gains: ## Speed improvements -...
Hi guys, was trying to learn this. Pretty cool. Made a few examples that are kind of essential to learn the basic concepts. I got it working on a Vite:...
I tried adding custom components via `components={}` or the context. These were some issues I found: - Minor issue during development: When I change something next to where the markdown...
### Question `ctrl+x g` helps a lot when hopping between my messages... But when I want to read older responses, etc... It's a little hard to scroll manually.. I'm hoping...