Adrián Montesinos González
Adrián Montesinos González
The function `Dream.path` has been marked as deprecated. I understand that structured routing is preferable, but its removal blocks use cases for which routes can't be computed upfront. For example:...
I propose we support annotations in code to ignore certain sections from formatting. This is helpful for code known to trigger soundness bugs in Fantomas or sections that benefit from...
Trying to assign a protected property at the constructor call of an inherit clause fails with an accessibility error. **Repro steps** ```csharp public class Foo { protected string Value {...
Out of the 5 "news" entries visible in fsharp.org as of writing, 3 are articles about AI, unrelated to F#, and another just mentions F# in passing. Apparently the feed...
When VS Code triggers a Format Document command on a Menhir file (either by user request or format-on-save) and dune is running in the background in watch mode (`dune build...
I noticed the for-loop extension to the `task` CE doesn't work with `backgroundTask` because the code extends `TaskBuilder` instead of the more general `TaskBuilderBase`, from which both `TaskBuilder` and `BackgroundTaskBuilder`...
I've been getting spurious `Thread_local_storage.Not_set` exceptions coming from dpool when doing IO with moonpool-io inside child fibers running on the same `Moonpool_fib.main` runner as the parent. My tests work fine...