Tomas Aschan
Tomas Aschan
I've used `FsCheck.Xunit` with great success too; Mark Seemann has [an excellent collections of blog posts that introduce FsCheck and solves many common scenarios](http://blog.ploeh.dk/tags/#FsCheck-ref). But I don't really have any...
FWIW, I think the decision should be up to whoever starts implementing some tests. If you're about to start working on something, use whatever you feel comfortable with. And if...
This seems to be the best way to run Expecto through `dotnet test`: https://github.com/YoloDev/YoloDev.Expecto.TestSdk
Nice! I probably won't be able to take a closer look before the weekend, but a few initial comments: * What you're doing to avoid `--use-mono` doesn't work on WSL,...
Also, bear in mind that I put together an infrastructure so that we would have some place to put our code when we start building the actual functionality we're after;...
Yes, @isaacabraham's point is crucial to success here. That also has the additional upside that someone with no knowledge at all can work on the ordering algorithm, while someone with...
(I'm piggy-backing on this existing issue instead of filing a new one; if you'd prefer I can file a separate one.) Is there any docs or an example somewhere of...
@natasha41575 @droot This seems to be fixed in 1.0.0-beta.21 ```sh $ docker run gcr.io/kpt-dev/kpt:v1.0.0-beta.21 version 1.0.0-beta.21 ```
I've dug through the code to figure out how this webhook is implemented, and I think I understand enough to take a stab at an implementation that handles this better....
@sdowell Thanks for putting that together! That should be easy enough to get going with! I have one question though (which I'll post here since I have view-only access to...