205g0
205g0
Hey thanks for looking into it! Meanwhile I migrated to Svelte, so I don't need this anymore but still thanks for helping out!
Hey! Thanks for your extensive reply, gives good insights! > Yeah, deepkit/rpc is not yet documented (only for the framework part). Is that what you mean with broken? Yes and...
> Honestly, I had never in my entire career the need for GraphQL. Me neither haha. I once only was consumer of the Instagram API and yeah it was nice...
Thanks for the quick response and this is already good when having a small number of tenants. Important is that I do not have to redefine schemas for every tenant...
> but definitely touches a few places. What I usually do is just using the request's hostname as db name/keyspace as default and if you do this from day 1...
@omgovich hope all is good, wanted just to ask if there's any chance to have OKLCH, which seems to be to most sane human-usable format, to be implemented? 🙂
This is super important, every UI that is slightly customizable by the user needs that, so it's a pretty basic requirement for any simple UI and would be also a...
Maybe it's the "unsigned" id, drizzle doesn't support unsigned yet.
> We also should have some kind of option to silence specific warnings project-wide. When?
Accessing envs depends on your environment. In my case running anything from within my app (SvelteKit) get access to env via the special helper `$env` in SvelteKit. When I run...