jazoom

Results 53 comments of jazoom

I agree. I wasn't suggesting that. If it's as necessary as SSR, which many might believe it is, perhaps there should be an official way of doing it? FYI: I'm...

I've also come across a few bugs with it that I'm having a hard time working around. It would be good if there was an official library that worked so...

I can confirm `introspect` and `push` refuse to work with bun SQLite. ``` bunx drizzle-kit introspect drizzle-kit: v0.23.0 drizzle-orm: v0.32.0 No config path provided, using default path Reading config file...

Also worth noting that even after installing `better-sqlite3` `push` still fails. ``` TypeError: This statement does not return data. Use run() instead ``` `migrate` did seem to work.

I'll also add that `better-sqlite3` requires python to be installed, which I found out when testing pushing to production. So not only does `better-sqlite3` need to be unnecessarily installed, so...

I find this confusing too, but I'm new to Go so that probably has a lot to do with it. I also have been trying to figure out how to...

Here's my workaround. It seems a very convoluted way of getting the error messages without using JSON. ```go type postInput struct { GivenName string Password string } // Validate the...

Also the "learn more" link there goes to a 404: https://docs.deno.com/deploy/manual/projects#adding-a-domain

I waited several hours and tried again. It finally worked. I'll leave this open since I can't think of a reason why it would have given that error earlier. It...

You're welcome. I'm so glad to hear it's not intentional.