Abel Braaksma

Results 78 issues of Abel Braaksma

It appears that I can't run tests from the FSharp repo anymore (not sure since when, it's been a while), I get: ```text System.MissingMethodException : Method not found: 'Microsoft.FSharp.Core.FSharpOption`1 FsCheck.Config.get_Replay()'....

Bug

In many of my source files, code lens overlaps itself: ![image](https://user-images.githubusercontent.com/16015770/50738537-61524a80-11d5-11e9-92e9-38d209d3db7d.png) ### Repro steps I see this happen in almost any less-then-trivial file. Scrolling back and forth used to redraw...

Bug
Impact-Low
Area-LangService-CodeLens

If you write `--version` in the "Other flags" (motivation: I wanted to see the FSC version on each compile), and if you then switch to any source file, the whole...

Bug

Fixes #5647 As mentioned in the issue, the Core `min` and `max` functions behave incorrect when used with `float/float32` types in relation to `nan/nanf`. The result should always be `nan/nanf`,...

The excellent new feature by @pblasucci (see #9978) provides support for UoM (Units of Measure) for all other primitive types (unsigned integers, native pointer types). The introduction of this has...

Bug

In a Slack chat on the F# channel (see [this thread](https://fsharp.slack.com/archives/C1R50TKEU/p1658163707605709), available for a short while I guess), Vincenzo Ciancia noticed that, quote: > I am very surprised that, in...

good first issue
Feature Improvement
Area-Compiler-Checking

I would like to discuss improving the errors where an expected type is not equal to a given type. My problem with such errors is, they are virtually impossible to...

Feature Improvement
Theme-Simple-F#
Area-Diagnostics

The `readme.md` for Husky has this line to be executed after you install Husky: ``` npm set-script prepare "husky install" ``` This `npm` command doesn't exist and just shows the...

Hi @Zaid-Ajaj, I was trying out this awesome project to create a client for Stripe (using this: https://github.com/stripe/openapi/blob/master/openapi/spec3.yaml), which has an OpenApi spec in JSON and YAML. However, either way...

See language suggestion: https://github.com/fsharp/fslang-suggestions/issues/909 and discussion for this RFC: https://github.com/fsharp/fslang-design/issues/500.