Zyles
Zyles
The AI helped me with this line: ``` CREATE POLICY "Enable insert for authenticated users only" ON "public"."cities" TO authenticated USING ( (auth.jwt() -> 'app_metadata' ->> 'selectedTenant')::UUID = group_id );...
> [@Zyles](https://github.com/Zyles) if you want traefik to use your custom certificate, can you paste here, what you used in your dynamic file to load the certificate I am not using...
> Is the 2nd level subdomain using the cloudflare dns proxy, if so you need to pay cloudflare a monthly fee to use this feature. > > Also double check...
> If I can add my 2 cents: on one hand, yes YAML could be convenient. On the other hand, YAML [is extremely slow](https://www.perplexity.ai/search/how-is-yaml-parsing-speed-comp-VIcMd97CQa2EnhpBdj39lQ#0) compared to JSON. > > So...
> thank you for your response! I believe we can incorporate this functionality into the module without adding any overhead. If the user selects YAML in module configuration, the functionality...
I have a solution for this using `nitro:init` with optional dependency. It only runs on start so there is really no runtime performance hit. But I am having problems with...
Please check my proposal and test it.
> > Will this be solved anytime soon? Is there an "approved" workaround for the moment? I don't know how to inject the PrimeVue css into the custom element. All...
I created this feature because it's the only blocker for us to use logto in our environment. We use UUIDs across our rest APIs. Implementing nanoid would require mapping nanoid...
> Hi @Zyles > > Thanks for the clear write-up, the idea makes sense. But merging it would change the data structure and can’t be fully isolated, so it doesn’t...