Volodymyr Zhdanov

Results 44 comments of Volodymyr Zhdanov

I don't understand your problem You don't understand how to use clear linux or what? That's just yet another distro and i'm sure you can find anything you need in...

> This is a deep rabbit hole. My Emotion PR was [summarily closed](https://github.com/emotion-js/emotion/pull/2813) in favour of a [larger competing PR](https://github.com/emotion-js/emotion/pull/2589) that needs some work and relies on a [Preconstruct PR](https://github.com/preconstruct/preconstruct/pull/435)....

> Switching (adding) named exports should be a practicable solution for now. > > Eventually, I think it's better to fix this on the preconstruct side, by bundling `.mjs` files...

Can confirm same issue with vitest + swc with all recommended configs and latest version (v1.2.156)

In my case all decorator occurrences in code are marked as uncovered branches Only way to get proper coverage report is to use tsc for test compilation

My reproduction repo for reference: https://github.com/wight554/blog-template/tree/swc-test Coverage report is included in coverage folder (see controllers) ``` ---------------------------------------|---------|----------|---------|---------|------------------- File | % Stmts | % Branch | % Funcs | % Lines...

still not fixed in @swc/core 1.2.159 if it was meant to be fixed

Unsure about this one. Trying to replicate it in smaller form. It only happens on submit when num field is in form: ``` Warning: Received `true` for a non-boolean attribute...

@radekmie at this point that's all I've faced. Might help debugging other possible props

> @wight554 Thanks for the issue report. Did you by any chance check if the same behavior exists for the `uniforms-material` theme too? 99% sure it does. I've used unofficial...