Nikos Baxevanis

Results 279 comments of Nikos Baxevanis

In the context of the new clarinet-sdk, a possible integration with fast-check could look like this: ```ts prop("ensures that adds up the right amout", (n: UIntCV) => { const {...

@hugocaillard, the easiest step forward is to explore a possible integration with [@fast-check/vitest](https://www.npmjs.com/package/@fast-check/vitest) and decide whether it makes sense to build a set of custom fast-check arbitraries for Clarity types:...

I’m very enthusiastic about this feature and its potential. If there’s any way to see it implemented sooner, that would be _fantastic_. 🚀

@nick8325 >there are a couple of things that might cause `Gen` to be slow Just a thought, but generating infinite structures only works when the bottom of the monad stack...

/cc @kurtschelfthout (maybe it's of interest for [FsCheck](https://github.com/fscheck/FsCheck), too)

I'm not a maintainer for this repository, but I think that's not a bad idea. [Hedgehog](https://hackage.haskell.org/package/hedgehog) does something similar. 👍

@sourcefrog, firstly, great work on cargo-mutants! It's been instrumental in our mutation testing process. I'm collaborating with @wileyj and @ASuciuX and have been closely following this discussion. Integrating `cargo-nextest` for...

Yes, that's a good point, I think. Feel free to open a PR for it. Thank you 👍

https://www.nuget.org/packages/Fare/ has a License that points to https://github.com/moodmosaic/Fare/blob/master/LICENSE

You are right. Just checked NuGet gallery and there’s no way to update it without publishing a new package. I guess I’ll have to publish a new package then.