Dmitry Dygalo
Dmitry Dygalo
I think we can hook into the `pytest` execution process and if collection finds such a test (with `--collect-only`), then it may call some helper function that will load the...
Thanks! `css-inline` is limited by `napi.rs` which [supports](https://napi.rs/docs/cross-build/summary): > Windows x64 > Windows x86 > Windows arm64 > macOS x64 > macOS arm64 > Linux x64 gnu (glibc 2.17) >...
Oh, I forgot that it should be initialised first. Will check how the tests are done and will try to fix this
thanks for bumping this issue :) I'll get back to it soon, meanwhile, there is `0.13.0` that fixes some important issues with `nth-child` selectors
I added some tests + WASM module initialization. Not 100% sure if that's the right way to do it, but I'll be happy to adjust it :) Weird, that the...
Hey @davidblewett! Just wanted to give you a heads-up that there were some updates to address @benesch's initial feedback on the PR. Totally understand that life gets busy and everyone...
> Thanks for leaving it broken instead of reverting your PR. It's awesome, because I was on 3.4 and now have to move to 3.2. While I think that the...
Another thing I'd like to add to this area is a set of tests with Hypothesis, specifically stateful tests. Years ago I had some prototypes but didn't finish them. The...
@washeck I think that reverting is strictly better than having an internal error, as the previous state presumably has a workaround (manually writing undetected migrations) and a smaller impact. Then...