Max Burkhardt

Results 10 comments of Max Burkhardt

Guys the package still works, although the whole API is super non-intuitive. Took me 3 hours to figure out that there is a v1 and v2 API. The package uses...

Are you referring to users that are still an active patron but have cancelled their membership?

Same problem, is there a reason a URL is necessary or can this now solved differently?

Not sure if this is related but I cannot use the cookie banner because of the following issue: ![image](https://github.com/beyonk-group/gdpr-cookie-consent-banner/assets/27898791/5ad5f37f-129f-48c5-a218-e996d217185b)

Actually solved, seems I used an old version of sveltekit

https://github.com/matthieua/WOW/issues/252#issuecomment-1517949732 Harepo how does it work for you with sveltekit? I have it implemented but none of the animations work. Did you do have to do some extra work to...

For SvelteKit this solution pretty much worked for me ```js import { onMount } from 'svelte'; onMount(() => { const { data: { subscription } } = data.supabase.auth.onAuthStateChange((event) => {...

I'm having the same problem and solved it partly with elliots solution. Despite that, I still have weird behavior when I want to update nested objects in my repl ```js...