Tuomas Hietanen
Tuomas Hietanen
Documentation says early returns are not supported. What this means? I think early return could be doable: ```csharp if(x){ /* some return */ return f; } var c = 3;...
Hello! This is a feature request: It would be nice to be able to see the content of a message that has Bson (Binary-JSON) -format.
When FSI starts, it states it's version, for example: ``` Microsoft (R) F# Interactive version 12.0.4.0 for F# 6.0 Copyright (c) Microsoft Corporation. All Rights Reserved. For help type #help;;...
Original version doesn't work with the new Azure SDK's (2.4, 2.5) and there is no support for Async-version of the interfaces. I did a fork that has those. Not complete,...
I would like to do "paket outdated" but only for minor-versions check-up. Sometimes packages release important security updates to old versions too, not only supporting the latest version. Let's take...
This commit reduces the memory usage and speeds up all the serialization. I used also the benchmark-branch all the test that did have result for FSharp.Json, to run test between...
I didn't find documentation about this: What is the best practice to work with conditional values in Farmer custom builders? For example, the VM IP ARM (PublicIpId) is an Option...
If you search Google for "Fabulous v2" the first links in the list are: - https://github.com/TimLariviere/Fabulous-new which says it's expired and it's About-box gives a broken link: https://www.timothelariviere.com/Fabulous-new - Reddit...
I propose we create new `let!!` and `do!!` and `yield!!`, a way how to call nested computation expression's outer context. The existing way of approaching this problem in F# is...
I propose we should have a way to do syntax highlighting (colour coding) of different content inside multi-line triple-quoted string. Like markdown has: ```json or html and so on: It...