Gauthier Segay
Gauthier Segay
This is wip of a first iteration on supporting a bit more of the midi messages in Score. # current scope * [ ] parsing * [x] cc * [...
(edit: intended for dotnet/project-system project, my mistake) When I face this error in Visual Studio (2019 or 2022): > error : The project file cannot be opened by the project...
With respect to inclusiveness, freedom in enabling more than one conduct, and reduce totalitarianism on our planet, I suggest this minor modification.
related to how extension picks latest paket from $home/.nuget/packages (#4164, cc @aggieben)
**Repro steps** In Visual Studio (2022 here) ```fsharp open System.Data let table = new DataTable("test") table.Columns.Add("a", typeof) table.Columns.Add("b", typeof) table.Rows.Add("a",1) |> ignore table.Rows.Add("b",2) |> ignore table ``` * debug the...
When I pull the release of FSharp.DependencyManager.Paket.dll from https://github.com/fsprojects/Paket/releases and drop it next to the location it is required under `dotnet fsi` (under the dotnet sdk folder, next to the...
This function was failing in my environment and it seems to fix it. This is checking just the prefix of the output rather than the whole of it. Context: I...
I wonder if it could be supported by the libray, it seems to fail with what I hoped to serialize: ```fsharp #r "nuget: FSharp.Json" readOnlyDict [1,2;3,4] |> FSharp.Json.Json.serialize ``` ```error...
This is a suggestion regarding position of operators in chained expressions starting from: ```fsharp if long-thing && another-long-thing && another-long-thing && another-long-thing then ``` I generally feel it is actually...