das-monki

Results 10 comments of das-monki

I can confirm all of the issues summarized above, and in addition, I was not able to fix them with the mentioned workaround. - DELETE is broadcast without checking the...

Not sure which logs you mean with pl/sql native logging, but the logs from `raise log` end up as part of the regular postgres logs which are available in the...

I've tried one more time to apply the workaround, where I create the supabase-client without any options, and then call `supabase.realtime.setAuth(jwt)`. I can see that my token is sent in...

I finally got the workaround working.. I saw that the header of the custom jwt has to contain `"typ": "JWT"`, which was missing in my header. Found it while looking...

No luck with this action, but haven't tried much. In the end I moved away from using this action and instead use the netlify-cli directly. Worked on first try, and...

Cool you found a way! For reference, this is the complete workflow that I use. This is part of a mono-repo, so I switch the directory in the start to...

Had the same issue, user was undefined on initial render. What solved it for me was adding `suspense=true` at ``. See also following comment at the (deprecated) AuthCheck: ``` Meant...

Is this still something you're working on? Asking because I'd like to use datadog for tracing, and as far as I understand I have three options - 1) replace all...

This is a stripped down version of the `flake.nix` that I use to build several shadow-cljs apps - it is build around the convention of having the `public` folder and...

I've just created an example based on the quickstart of shadow-cljs here: https://github.com/das-monki/quickstart-browser Just clone it, run `nix develop` and `build` and you should have the public folder ready to...