Florian Verdonck

Results 217 issues of Florian Verdonck

Fixes https://github.com/ionide/ionide-vscode-fsharp/issues/1672. Followed the instructions at https://code.visualstudio.com/api/working-with-extensions/bundling-extension#using-esbuild. The watch target is no longer building, I was able to run the launch target after Fable compiled the files. What a world...

Hello, as webpack is no longer what the cool kids use, I'm wondering if you would be open to swapping it for [esbuild](https://code.visualstudio.com/api/working-with-extensions/bundling-extension#using-esbuild)?

infrastructure

Nice to have: support for API Management: https://docs.microsoft.com/en-us/azure/templates/microsoft.apimanagement/allversions Looks like a lot of work though, so no hard feelings if this does not seem worth the effort.

arm-resource

Hello Zaid! I was curious about Fable 4 and I was bumping all my tools/packages inside my sample project. Turns out I can't use `[]` with the latest alpha? ```...

Hello @auduchinok, I'd like to add a code action that adds a `val` entry to a signature file for a function that is not exposed. I've made a very raw...

Hello @auduchinok, I'd like to expose the [GenerateSignature](https://github.com/dotnet/fsharp/blob/0200797d8d943f0e73d5de50e7bda4f654a96a1e/src/Compiler/Service/FSharpCheckerResults.fsi#L397) functionality from FCS to easily add a signature file for a single file. This first commit contains some horrible pseudo code to...

I'm having some code that needs to transform an `Option` using async functions. But it is getting out of hand. ```csharp public async Task Handle(int id) { var externalFlowId =...

When I connect to a remote server in Windows (mstsc.exe) I would like the possibility to copy a file and just past it in fman. ctrl + v only seems...

enhancement
windows
3 votes

Reverts fsprojects/fantomas#2422

We need a section in the documentation on how they can start using Fantomas. This should cover: - The installation from the `dotnet` tool. - Initial usage from the command...

documentation