Maxime Mangel

Results 1077 comments of Maxime Mangel

> When considering release note generation, we could also consider starting to use labels for each PR. Maybe that can help. If we do generate things, having good PR names...

@zelenij Do you have an exemple of what you mean? Like having a "?" display near the input where the user can hover it?

Ok, I see the idea. This is definitely something we could add, we just need to find a clean API to do it. I think it will probably go into...

If we allow the user to provide a `ReactElement` he can configure any behavior he wants, as he can register `click`, `hover`, events occurring to the `ReactElement`. In general, I...

Hello @alfonsogarciacaro , sorry for the delay. Indeed being able to move some of the library load out of the `vendors.js` file is interesting. I am just a bit worried...

I don't think we can set an enum with `Inifity` as a value in F#. How is `Fastest = Infinity` represented at runtime by TypeScript?

`clearScreen` is indeed useful for people that use a transpiler to generate JavaScript. Without this option, we need to spawn 2 terminals so we can see the output of the...

I think this issue has been fixed

TypeScript support has been officially included in Fable. I am closing this issue as it should in theory not happen now. If this is still the case, please feel free...

> Another solution could be adding some unique `type id` (based on location, name and namespace) that could be used together with structural equality. This would increase the bundle size,...