kerams
kerams
5 languages are currently on the list. However, [French is the only official language](https://en.wikipedia.org/wiki/Languages_of_the_Democratic_Republic_of_the_Congo).
9 languages are currently on the list. However, [English is the only official language](https://en.wikipedia.org/wiki/Languages_of_Namibia) despite the lower percentage of speakers.
Turkmen is included in the list, but it does not seem to be official on the national level. Quoting from [Wikipedia](https://en.wikipedia.org/wiki/Languages_of_Afghanistan): > The official languages of the country are Dari...
```fsharp type U = { F: ab } ``` Intellisense completions on `ab` in `U` contain `'abc` (as of https://github.com/dotnet/fsharp/pull/12933), but the generic type is missing on `ab` in `R`....
These tooltips have been added in https://github.com/dotnet/fsharp/pull/12933. Unless I've wired something wrong, they should include XML docs (`typeparam` is listed as a [supported tag](https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/xml-documentation#recommended-tags)). ```fsharp /// Wrap /// Param type...
### Description Everything works fine when compiling a Fable project with .NET 7 Preview 7, but installing the release candidate causes some of the dependent files (from Nuget packages) not...
Implements #134. Supersedes #293. Bumped required FSharp.Core for the server bits to 6.0, so that the internals can be Task-based for extra performance. Just like in #293, Task endpoints are...
Mainly updating Elmish, Fable.Elmish.React, Feliz and Fable.React.Types. Had to muck around with constraints because of `lowest_matching`. Maybe this calls for a v4 beta release :)?
Something along the lines of: ``` ``` Possibly make it more functional.