Michael Rose

Results 5 comments of Michael Rose

I can confirm the following behavior: * When running with _Debug_ as Build Configuration it always works * When running with _Release_ as Build Configuration, it _only works_ the **first...

Thanks for the response @artjomkruglenkov! I'd have another question that would be interesting: which MongoDB server versions did you connect to? Was the test with the non-sharded setup the same...

We've also recently encountered typing issues due to the conflict of Jest 28 vs. the `@types/jest` things that are referenced from `@testing-library/jest-dom`. Especially with the issue that the `mocked` helper...

Hey @jaybytez, if I'm right you won't ever use ExpressionList - you normally just use the `Finder.query()` method and then chain method calls as required (they all return a `Query`)....