Results 8 comments of bayaderpack

https://github.com/vkurko/calendar ``` Error when evaluating SSR module /node_modules/svelte/src/internal/index.js: |- Error: Your application, or one of its dependencies, imported from 'svelte/internal', which was a private module used by Svelte 4 components...

This is not only place with svelte/internal there is like 100 more places unfortunately

Can someone translate maybe I can make PR?

Do it in goroutine try like this func GenerateData() []domain.User{}{ var wg sync.WaitGroup users := []domain.User{} for i := 0; i < 10000; i++ { wg.Add(1) go func(no int) {...

> First thing: please edit the reproduction to remove the code block and use a markdown link instead > > ``` > [Link name](https://.....) > ``` > > Second the...

> Ok I'll make an example for you later Amazing, thank you so much I really appreciate it

can someone give example if this is possible I want do the same?