Max Malook
Max Malook
If I change into a directory inside a smbfs mount, elm repl doesn't work properly. ``` $ elm repl ---- elm repl 0.16.0 ----------------------------------------------------------- :help for help, :exit to exit,...
The `Fail` active recognizer introduced in #15 by @pblasucci shadows the `Fail` union case. It actually introduces "incomplete pattern matches on this expression" compiler warnings for code like ``` match...
Given the following expression `asyncSeq { return [1] }`. I would expect the type of it to be `AsyncSeq`, unfortunately it is `AsyncSeq Return())`. Could it be a F# compiler...
The process for finding the packages on the dependencies file completion is never killed and stays around even after VSCode is closed. https://github.com/ionide/ionide-vscode-paket/blob/master/src/paket.fs#L234 Repro steps: 1. start VSCode 1. open...