Maxime Mangel

Results 1077 comments of Maxime Mangel

This seems to be triggered because the DUs is decorated with `Erase`. If we remove `Erase` then the check looks correct to me: ```js import { Union } from "fable-library-js/Types.js";...

We could perhaps generate a warning or error if trying to use a comparaison on a DUs with 2 similars cases and/or `obj`. If this is indeed confirmed to be...

> Could we side step this issue with `.fsi` files instead? What would the implications there be. Using `.fsi` does means that the documentation is written in the `.fsi` instead...

I am sharing the feeling of @dbrattli Better documentation is always for the better, but in regards to Fable specificity I am wondering if the XML Doc is the right...

> I'll make a pull on the website in conjunction with this and iterate over the docs simultaneously. Can you please keep the changes on the docs for this PR...

> Whether in the xml, or on the website, there should be somewhere that explains how these things work. This should be the case on Fable docs, for example https://fable.io/docs/javascript/features.html#mangle...

This change reminded me of an experimentation I did for Glutinum: https://github.com/glutinum-org/cli/issues/80 Looking at my comments it seems like one potential issue/limitation is with anonymous record. However, because the proposed...

> I would have never thought there were issues with anonymous records and hit a real head scratcher if something like that happened. Yes, it is difficult to remember that...

> Full type docs are not shown with code completion/intellisense as demonstrated in second image. Seems good to me, as long as we have the full tooltip using hover Can...

There is not time frame for Fable 5 but it will happens after this 2 features are done: - Complete nullable support I need to adapt my branch to only...