Maxime Mangel
Maxime Mangel
This seems interesting, we could expose it either via a new package or via a module in `Thoth.Core`. I think the module version would be good enough so people can...
All the infix gives the same formatting except `..` but this one an invalid syntax 😅
I didn't even know it was a valid F# syntax to have a function without a name 😅
We have a `Library` project which we use to expose manual JavaScript files and their API to another project which is of type `spa`. Note that the issue is that...
> [@MangelMaxime](https://github.com/MangelMaxime) You mean braces? (`{}`) There is no support in file parser for brackets (`[]`). Yes sorry, I meant braces. > It became like this for back-compatibility reasons. WebSharper...
Ok, I see IHMO this is really confusing because the format of `extra.files` seems them to be depends on what type of project it is being used in. I think...
If I understand correctly, for F# project FSAC will respect the `` configuration from the project? But for scripts we don't have an equivalent out of the box from FCS?...
> We already do have [FSharp.fsiExtraParameters](https://github.com/ionide/ionide-vscode-fsharp/blob/cd70b269b9223686f26e4bc66407fc2d05a5432e/release/package.json#L645) which I think all you have to do is close and reopen the `.fsx` file. True, not sure how many people would be comfortable...
> > True, not sure how many people would be comfortable with this setting versus a checkbox. > > But at the same time, I am not sure how many...
> I thought exceptions were handled by `Decode.map` and would result to a `Decode.fail`. I was starting to make a complex explanations but there is a simple one. 😅 `Decode.map`...