Isaac Abraham
Isaac Abraham
The build scripts are complicated and difficult to understand. Using a dedicated build language like FAKE will help alleviate a lot of that.
Related to #1102, this issue could act as an overall list for all the issues relating to error reporting from the compiler. I'll start the ball rolling by adding the...
## What The following code leads to the following error: ```fsharp let bar foo = let age = foo.Bar + 99 age * 2 ``` > Lookup on object of...
I'm loving Suave, but there are a number of common use cases people will go through the first time they try Suave and want to get a basic API or...
Hi. Just having a look at this repo, it looks interesting and potentially something we would use. However I can't find much in the way of docs, particularly how to...
The testProperty function does a great job of wrapping FSCheck. However, it does not support (or at least I couldn't find) showing the predicate that failed - essentially, I would...
Would it be possible to release a new version of this package that targets netstandard2.0 rather than 1.6? This has some benefits, one of which is that with the recent...
Provide a score (with some visualisation?) of a postcode or city.
### Description I would like to suggest having an option for pattern matching that could be set to one of four ways: 1. **Current behaviour**: Whatever this is exactly ;-)...
Currently this allows goes into a Scripts/ folder. This can cause issues with Type Providers if the script that loads `load-references-debug.fsx` if in a different location e.g. top-level. We should...