Mark Seemann
Mark Seemann
Sorry if this is a FAQ, but I've tried to search, and couldn't find an answer. When I run the build script for [FsCheck](https://fscheck.github.io/FsCheck), it leaves behind a `Paket.Restore.targets` file....
FsCheck's current architecture gives preferential treatment of the built-in Arbitraries in `Arb.Default`. This extends to the built-in 'signal' types, like `NonNegativeInt`, `PositiveInt`, `NonNull`, `NonEmptySet`, etc. Such 'signal' types are invaluable...
`tryParseEnglish "twentytwenty"` returns `Some 40`, which is surprising to say the least. It was never an explicit test case, though, but is a fairly standard idiom in the language, particularly...
`tryParseDanish "tyvetyve"` returns `Some 40`, which is surprising to say the least. It was never an explicit test case, though, but is a fairly standard idiom in the language, particularly...
This isn't a bug report, but a request for comments. It could easily involve breaking changes, so now that I get the sense that the xUnit.net project is beginning to...
Very late to the game here, but I was originally drawn to this workshop via @jhannes, whom I met in Kiev where [he hosted a dojo](http://johannesbrodwall.com/2011/12/18/how-to-start-a-coding-dojo). Now I'd like to...
When I [migrated the blog to Jekyll](https://blog.ploeh.dk/2013/03/03/moving-the-blog-to-jekyll) (or possibly even before that), I just decided to use `h3` tags for section headers. I don't use `h2` og `h4`, etc. so...
A few people have, over the years, requested a _dark mode_ for the blog. I'm quite sympathetic. To be clear, before I continue, I also think that the current _light...
A blog post is, in many ways, anchored in time. Sometimes, however, I feel that I need to make changes to a post. For some time, I've made use of...