Maxime Mangel

Results 241 issues of Maxime Mangel

### Description See [F# 8 announcement](https://devblogs.microsoft.com/dotnet/announcing-fsharp-8/) ### Repro code ```fs testCase "try with inside of list expression works" let sum = [ for x in [0;1] do try yield 1...

### Description Hello @ncave, `sync-fcs-repo` target seems to be broken to me. Our `build.fsx` si trying to update a `build.fsx` file from the FCS repo which doesn't seems to exist....

### Description Prior to Fable 4.0.2, we had support for infinite currying function which is needed for libraries like Thoth.Json, Fable.Form, etc. It would be nice to have it re-added...

enhancement
uncurrying

Hello while fixing #3484, I took this opportunity to restrict the different target to their own module. For example, before it was possible to use the `JsInterop.import` for importing inside...

### Description 1. `dotnet run -c Release --project /Users/mmangel/Workspaces/Github/fable-compiler/fable/src/Fable.Cli -- tests/TypeScript --outDir build/tests/TypeScript --lang typescript --exclude Fable.Core --noCache` 2. `npx tsc -p build/tests/TypeScript --outDir build/tests/TypeScriptCompiled` See that no errors are...

When releasing Fable we now should release a new version of [NPM fable-library](https://www.npmjs.com/package/fable-library). But @alfonsogarciacaro is the only owner of that package. I tried to reach out to him without...

discussion

### Description I believe `--fableLib` is here so people using Fable to distribute Fable compiled code on NPM can use `fable-library` as the source of Fable internals modules. Currently. `--fableLib`...

### Description Several people came to me asking how to publish to NPM a Fable package. People where tricked by the fact that by default `fable_modules` contains a `.gitignore` file...

### Description While working on #3441 (via commit https://github.com/fable-compiler/Fable/commit/d212c2f21ae5043a4b386ed496ad5fa0776a89d6) a regression has been introduced. Indeed, when trying to compile Python and Rust tests projects, an error was reported: ``` Unhandled...

bug
help wanted