Maxime Mangel
Maxime Mangel
I am closing because in the end using `csproj` in disguise was the choosen approach. Alse with the release .NET 8, we can ask MSBuild directly to resolve the dependencies...
I need to check again because I don't remember exactly. But if I remember correctly the problem was that the token was marked as cancelled and never recreated/refreshed. Workflow: 1....
I think I tried that and it didn't work any better. So in my code I disabled the cancellation support when compiling for DEBUG. This need to be re-visited to...
Thank you @auduchinok for the notification. I will try to find some time to experiment with in the following days.
@auduchinok I think the first problem I reported is not fixed yet. https://user-images.githubusercontent.com/4760796/206910808-825a9126-963c-4081-bd4a-a8eff4d707ac.mov In the second function I don't think the indent should happen because the code is already indented...
> Is uses the indent defined below. I agree that, at least if there was no `async` expression below, it should've not added the additional indent. You are right indeed....
I stopped using Webpack in favor of Vite.js since 2 years now. So I don't have a string opinion on it no, you can try to look at how https://github.com/MangelMaxime/fulma-demo...
Should this be closed? I am asking as the PR linked above has been merge or is there something else that we need to do?
Hello @UnoSD, You should indeed use `File.Label.label`. Did you try to clean up your artefacts or cache like the `fable_modules`, `obj`, `bin`? An easy way to clean artefacts is by...
Hello @VaibhavSharma24, I am open for a PR to add this button.