Nico Domino

Results 576 comments of Nico Domino

I'm running into this as well. I want to register a page view with my analytics library, so I have somethign like this: ```svelte onMount(() => { if (!dev) {...

For AppImage users specifically, it might help if you explicitly pass in the correct GTK setting. AppImages and Flatpaks and the like sometimes have trouble reading the host's settings. For...

> @ndom91 I believe you've touched this area of the code recently. Would it be possible to add all the syntax hilighters that are available? Yup I can definitely look...

You should be able to edit the `/usr/local/etc/kea/kea-dhcp4.conf` file to add these kinds of options while they're not yet exposed in the UI.

> > You should be able to edit the `/usr/local/etc/kea/kea-dhcp4.conf` file to add these kinds of options while they're not yet exposed in the UI. > > Is there any...

Wasn't this possible in `< v3` with the `show_current_context = true` option? I remember thats how mine used to work and I'm trying to get it to behave the same...

Hmm yeah i think it might be because of the providerAccountId thing we fixed recently. Did you initially create your users in your DB with beta.8? There was a bug...

@DeveloperOskar which versions of `@auth/sveltekit` are you using? Are these newly created users?

> ``` > "@auth/core": "^0.25.1", > "@auth/sveltekit": "^0.11.1", > ``` Hey thanks for all the info. First of all, you shouldn't need to install core as well. Simply `@auth/sveltekit` should...

Ah gotcha, yeah those are exported from the sveltekit package now as well 👍 We wanted to avoid having people have to install both packages