Kenneth Skovhus

Results 254 comments of Kenneth Skovhus

@nathansobo @maxbrunsfeld anything I can do to help this over the finish line? :)

@benevbright sorry, we are not actively maintaining this package anymore. You might want to try out https://github.com/segmentio/analytics-react-native

Thanks for reporting this. I believe it should work as expected, as we are also using the library with react-native-navigation. > I will see all events show up in segment...

Maintaining mock state between tests is a footgun. So making `clearMocks` default to `true` makes a lot of sense to me – despite this being a breaking change. @SimenB are...

Can you reproduce the issue in https://github.com/skovhus/vite-lingui? If you create a PR against that repository I'm fine with having a look.

Also related to https://github.com/lingui/js-lingui/issues/1224

> I just look at the vite config and I notice the following @vitejs/plugin-react is already using babel, adding vite-plugin-babel-macros does not run babel twice? It probably does, and it...

@semoal awesome! I completely overlooked the option of not using `vite-plugin-babel-macros`. With your suggestion we now go from a production build taking 80s to 60s. I'll just updated the example...

Thanks for documenting this, I'm sure it will be helpful for someone else. > Keep vite root to the root folder even in monorepo architecture because some plugins does break...

> How about supporting multiple and shipping a default like cycle.js does? I like that approach.