Results 686 comments of Tobias Diez

I have to admit that I don't have any experience with this myself. But based on what I've seen, you can start with yarn workspaces and setup publishing etc yourself....

I don't know how to write a test for this, as it concerns a missing feature and not a bug. Essentially, what we would like to have is a customizable...

I also agree with any open source license.

The custom protocol is only used for transmitting I think, or at least this should be the most-common use case. Documentation can be found here: https://github.com/sui77/rc-switch/wiki/Add_New_Remote_Part_1

Sure, take your time. There is no need for hurry!

Yes, still no MSIX support...

Jest v28 is now released. I've encountered a similar issue in the context of nuxt3, where the `global` imports in https://github.com/storybookjs/storybook/blob/next/app/vue3/src/client/preview/globals.ts make problems to hoist the preview, since depending on...

Nuxt tries to cover a few distribution and render channels (e.g. service workers) and for this reason adds its own polyfills, but `global` in a cjs file is not yet...