bitdom8

Results 35 comments of bitdom8

The problem persists. "Signature did not match." in gundb. When using this relay server ('https://gun-manhattan.herokuapp.com/gun',) it went away. Wanna use my own relay server. Taken the code from here examples...

You should import this on logout page too ``` import { user } from '$src/stores/user'; import 'gun/sea'; ``` after few try that not work also

Thanks @amark . Changed the server here https://github.com/amark/gun/blob/master/examples/express.js as this: ``` // // const express = require('express') // // const Gun = require('gun') // import express from 'express'; // import...

Can't trigger it by one event, how would I do that? Thanks for great represantation

I tried without using this, it builds

Can we include this on the svelte:head so that it won't build and error

It is fixed now, after go tidy and couple of instructions on google. Thank u

If we can enable bind:value={inputValue} in the component, would be great

Thx for great repo. If we can bind directly to input value (bind:value={inputValue}) in sveltekit, that would enable us to use svelte store reactives like: $: $fuselistener Then we can...

Using the new sveltekit, it's all gone now https://github.com/sveltekit-i18n/lib/blob/master/examples/locale-router/src/hooks.js#L31-L35. Hook not refers to router/[lang]