Maxime Mangel
Maxime Mangel
Ah that's where the Sutil don't have a VDOM comes from. I didn't know that SutilElement or Feliz.Engine were factories and didn't contains the information required to apply the patch...
> My initial reaction is no. Adding new dependencies can lead to issues down the line, especially with dotnet. Things tend to break over time, so we should be cautious...
> The current layout does technically switch to vertical when the viewport is below a certain width 😉 I didn't know that we will be able to iterate over it...
No worries, the goal is for everyone to voice in :) Your suggestions are good, and I believe they can be considered depending how the user experience we want to...
For anyone interested, an experimentation with explanation of the problems encountered is available in the [PR above](https://github.com/fsprojects/FSharp.Formatting/pull/932).
Another solution is to do: ```fs let private keepAlive () = // Keep the program alive until the user presses Ctrl+C Console.CancelKeyPress.AddHandler(fun _ ea -> ea.Cancel ignore ``` Regarding the...
> `while true do` there must be a better way right 🙈. `while (not false) do` 😀 More seriously, in general this what you do to keep a program alive...
Thanks for pointing out
@nhirschey Thanks for pointing out. Looks like the problem reported with F# Formatting introducing whitespace where we don't want was there too. The main difference I see beside the code...
> I might be misunderstanding what you mean, but even if we don't _need_ the signature tooltip in ApiDocs anymore we'd still use the signature tooltip in the code blocks...