Nicco

Results 128 comments of Nicco

Same here with Vite. ``` [vite] Internal server error: Missing "./dist/config/index.js" export in "storybook-addon-grid" package ```

> Ignore my previous comment. I managed to get it to work. Example [here](https://github.com/jonsaw/sveltekit-i18n-example). > > Notable files to look at: > > * [hooks.server.ts](https://github.com/jonsaw/sveltekit-i18n-example/blob/main/src/hooks.server.ts) > > * [+layout.ts](https://github.com/jonsaw/sveltekit-i18n-example/blob/main/src/routes/%2Blayout.ts) (instead...

Took me a good 30 min but I got it: Turn out Slack Client IDs are a long string of digits and have a `.` inside. (e.g. xxxxxxxxxxxxxx.xxxxxxxxxxxxxxxx) Having a...

Can confirm that with `"string:..." it works. Maybe a small "watch out" section in the docs would be helpfull :) Thanks for the quick replies as always ❤️

Is there a workaround for now?

@antony Thanks for the answer, but I needed 2 way binding. Got it working though :) https://svelte.dev/repl/dc963bbead384b69aad17824149d6d27?version=3.25.1

For me it has nothing to do with network. I was setting up fisher with my dotfiles and it was failing if files of the plugins already existed

Could you share the config?