Sergey Gultyayev (Serhii Hultiaiev)
Sergey Gultyayev (Serhii Hultiaiev)
Could you provide a repro
Could be related https://github.com/vitest-dev/vitest/pull/5678
I found a fix for it. Working on PR
In the meantime you could try a dirty patching of the `node_modules` in postinstall. The change is simple. I don't know how long it will take for the fix to...
I assume it's the second case where you have the imports of utils? RN, it's not patched (by the plugin at all) and only globals should be used to work...
Well. It works on my repo. However, describe.each is broken. By the same reason 🙃 Will need to make on more PR
Also, I cannot run Vitest freely. Only on a single thread. Otherwise I get segmentation fault on my macbook. @brandonroberts any ideas what it could be or how to fix?...
Could you elaborate on why those were chosen as default? The docs say that they are very prone to memory leaks. And even in my 500 tests project a 32...
Commenting out this thing fixes the alignment, but the view is still "small" ``` @objc private func deviceOrientationChanged() { // animationView?.center = CGPoint(x: UIScreen.main.bounds.midX, y: UIScreen.main.bounds.midY) } ``` > Could...
Here you go https://github.com/gultyayev/lottie-repro On the screen & repro it's evident that the background color is ignored and the animation is misplaced as well as incorrectly sized. On Android it...