Maxime Mangel
Maxime Mangel
> But instead of generated them as standalone functions, I am in favour of generating them in place (inline) I am not sure if this is a good idea of...
> Getting the same outcome regardless of global.json, TFM and langversion. Ok, I am not sure why I don't have them personally. ------ The more I dig, and the more...
> But I don't have .NET 9.0 installed, I only have .NET 6.0 and .NET 8.0. I tried with .NET 9 installed and can't reproduce either with a minimal reproduction....
> I can now reproduce on .NET 8.0 with Fable 4.19, if I add > `preview` to the project. Great news 🎉 Never been so happy to see some red...
Coming back to @ncave proposition > * We could add an explicit attribute to mark those types of unions with arbitrary properties that we want to just declare bindings for,...
No worries, thanks for confirming that all works now. You can enjoy features/fixes from more than 10 releases since this bug 🎉
Hello, When consuming a plugin in local development you need to tell Fable to exclude it from the compilation. For example, `dotnet fable --exclude Fable.CompilerPlugins - o out` Does doing...
So I was able to debug the problem. If you look at the console output, you should see an error about Fable not being able to compile the Project because...
Currently, we have "Author a Fable library" in the "Your Fable project" section.  So we could add a page "Author a Fable plugin" /...
It seems like `Tuple` in JavaScript are still in [Stage 2: Draft](https://github.com/tc39/proposal-record-tuple) and [Can I use](https://caniuse.com/?search=tuple) doesn't report any results. So I don't think tuple are yet widely spread meaning...