David Matson

Results 115 comments of David Matson

@nohwnd - to clarify, are you referring to the comment on #2581, about using plugins?

Thanks for the clarification, @nohwnd. We have folks using Pester in a child process and hooking up standard output as the contract with the rest of the system. Last I...

I believe EachTestSetupStart is called here: https://github.com/pester/Pester/blob/c5646c8691f256ac0f9216a72359da6f4d4336c5/src/Pester.Runtime.ps1#L572 and then the expansions happen later in the same function: https://github.com/pester/Pester/blob/c5646c8691f256ac0f9216a72359da6f4d4336c5/src/Pester.Runtime.ps1#L650 I guess another possible solution would be to move the expansion above...

Yes, I think so. We currently get it compiling by patching in edits from this branch: https://github.com/es0m/faiss/tree/user/es0m/support-win-arm-builds (if that's what you mean by "by hand"; I may have misunderstood)

@mdouze - that would be great, thanks! Yeah, I think the CircleCI part is a separate question. We consume via vcpkg, so if we could get whatever of the C++...