Maxime Mangel
Maxime Mangel
Hello @baronfel, have you been able to run the tests now that your PR has been merged? I am asking, as I am encountering the same error and was wondering...
Ok, thank you for the confirmation.
> In `helpers`, `}` is placed on a new line because it had a blank line before it. That was preserved from the original code. This works as expected. You...
> Oh, I see. Your original report did not mention `fsharp_multiline_bracket_style = stroustrup`. Ah yes sorry, I have a hard time finding which settings I have setup locally and not...
Coming here from F# Slack after @nojaf request for feedbacks form the community. Personally, I agree that breaking namespace should be avoided and I like having each argument on their...
In that case, I personally prefer to stick with one level of indentation at the time (so not making the parameters / function body) visually distinct from each other. This...
While looking at this issue, I learned for the first time about `[]` attribute. According to the changelog and the Fable.Core doc comment, it seems to only exist for Fable.React......
> So `MyAwesomeMathLib.fsproj` gets compiled to JavaScript. That JavaScript gets published to npm? Yes > Should this not behave the same as any other npm package with typescript types? It...
> The problem I see there is that the compiler options could be different for the user project versus the precompiled library project. Things like `#if DEBUG` could potentially not...
> Most likely easier said then done but it could bring a nice DX. Sure. The problem is that right now there no way to create a binding for an...