Maxime Mangel

Results 241 issues of Maxime Mangel

### Description Hello @alfonsogarciacaro @ncave, I am trying to fix https://github.com/fable-compiler/repl/issues/181 but I am stuck because I can't build the standalone version of Fable locally and the NPM package (fable-standalone)...

### Description Can we remove the `void` from generated code or does it serve a purpose in this case? It doesn't impact the performance but impact the bundle size and...

Hello @dbrattli, I am writing the documentation for Python on Fable website and found some strange behaviour. I don't know if they are bugs or expected, as I am not...

python

I don't know if `createEmpty` is expected to work the same in Python as in JavaScript but currently I get an error when trying to run the code. ### Description...

python

### Description Trimming the first empty line would allow to write: ```fs let repeatHello (count : int) : unit = emitStatement count """ cond = count; while cond > 0:...

Hello @Zaid-Ajaj, **Important:** This PR is not to be merged into master but should instead go into a feliz1 branch. In theory, I created this branch on the latest commit...

If user use Feliz.CompilerPlugins v2, with Fable 3 there is no compilation error. Only a runtime one from React about invalid hook usage. Is it possible detect Fable version and...

Currently, when you want to encode a `list`, `array`, `seq`, etc. this is the user responsibility to map its value into a `JSON array`. ```fs values |> List.map TKProOrderStatus.encoder |>...

Nowadays, I leaning to having a Thoth.Json package which contains the logic of the decoders and then have different backend package which implements an interface to provide support for `Fable.Core.JS.JSON`,...

With Fable 4.0.5+ changes have been made to use the native bigint instead of a custom implementation. This should reduce the impact on the bundle size and so allow us...