Jaz Thomson
Jaz Thomson
Thanks for this contribution! This looks great in principle. @isaacabraham is going to have a look at it, apologies for the delay.
The theme used by the docs is based on the material theme for mkdocs, but the footer in this repo had diverged somehow which is what caused the styling issues,...
If you go to `src\Server` and run the following command you can see the full exception: `dotnet watch run -- -v d` Also, still in `src\Server`, does the error happen...
@brokenthorn did you have a chance to test out the potential fix described by Isaac?
@isaacabraham what are your thoughts on Maxime's preferred solution to this problem - nesting config under a single file using this extension: https://github.com/antfu/vscode-file-nesting-config
I am looking into this
@JackDanna thank you for creating a PR 😄 We're planning to include this in the release SAFE v6 around the time of the .NET 10 release, which should be towards...
It is fair to say that it is not trivial to debug client side code in VS Code, I spent a while trying to figure out how to achieve this...
I've definitely seen this error code before. Last time it was to do with missing paket.references from the Shared directory causing Paket to use the wrong version of FSharp -...
I am quite confident that `npm ci` is the preferred command for build pipelines. > It seems that it's much slower! Where have you observed this? I think it is...