Florian Verdonck
Florian Verdonck
Hi @tymokvo, thanks for the offer. We have a call with the maintainers tomorrow, I'll bring it up over there.
I don't think there is a technical constraint here. @dsyme might know the historical context.
Can you reproduce this with the latest main?
I appreciate your response, but my question was specific to the latest update. The main branch received an update to the F# compiler yesterday, and I'm curious if the issue...
I noticed this warning comes from [this line](https://github.com/fsprojects/FSharp.Formatting/blob/31e0a51150c91d40dda10581fa913d5e1cbfe69c/src/FSharp.Formatting.ApiDocs/GenerateModel.fs#L352). I'd be happy to accept a PR to check whether the parameter type is unit or not. Would you be interested in...
Overall the tooltip mechanism is old and could get some love. Would Tippy really solve your problem of not being able to copy past the text? On the other hand...
I suppose we can try the Tippy thing. You would need to change https://github.com/fsprojects/FSharp.Formatting/blob/main/docs/content/fsdocs-tips.js and probably some dotnet code that generates the html for the tips. I'm unfamiliar with how...
Hello, You might want to consider using the static files middleware, as outlined in the documentation at https://learn.microsoft.com/en-us/aspnet/core/fundamentals/static-files?view=aspnetcore-8.0. It seems Giraffe doesn't offer any other built-in solutions for this. Have...
@vzarytovskii , I'm gonna teach you a little trick, add the scenario to https://github.com/dotnet/fsharp/blob/c9bed7992880912f119baa0124cdb05f3d36d6a2/tests/FSharp.Compiler.ComponentTests/TypeChecks/Graph/Scenarios.fs#L39 and then run https://github.com/dotnet/fsharp/blob/c9bed7992880912f119baa0124cdb05f3d36d6a2/tests/FSharp.Compiler.ComponentTests/TypeChecks/Graph/CompilationTests.fs#L49-L55 if sequential passes and graph doesn't then it is indeed a graph...
Hi @vzarytovskii is the plan still to have this for November?