Kurt Schelfthout
Kurt Schelfthout
I work with @hrichardlee, just dropping in here - thanks for making this library, it's been working great for us. > In your case, is it a requirement to use...
Ah, interesting, thanks. I'll give the SFTP API a try!
Yeah not sure how it would integrate with xunit but probably something that can be worked out. First step would be to remove `AllowMultiple = false` and see what breaks...
@ploeh you are correct, that is the status quo for v2.x. In 2.x it's hard to implement because it needs an non-backwards compatible API change (or at least the obvious...
Yes, this is a good idea. Do you know how to do it? We use Fsharp.formatting. Perhaps there is some css magic we can do?
Nice! Do you need some pointers - I can only be of minimal help - I would start with digging through the generated html etc and figure out if there...
That's awesome. I noticed that the snippets are surrounded by `````` tags - any chance we can do something with that? Sorry if that's stupid or obvious, I know next...
I became convinced that the way the original quickcheck distributed size is less than ideal; what we're used to is not necessarily better. Also, my sense is that adding distributors...
Just to let you know I've changed my mind about what I said above. I now think we should somehow allow either the old or the new behavior for product-like...
> Has anyone found a workaround? Except to tuning startSize, which is not a greatest idea? Why not? Increasing `StartSize` and `EndSize` seems fine to me.