Maxime Mangel

Results 1077 comments of Maxime Mangel

There is indeed a typo in the documentation regarding `ImportMember` it only takes 1 argument. https://github.com/fable-compiler/Fable/blob/c287b1502875bc749687df3e382d28123a676ea6/src/Fable.Core/Fable.Core.Types.fs#L60-L62 But it would still not generate what you want as it would generate `import...

This is "normal", currently the only person that can push packages to `fable-library` is @alfonsogarciacaro. I opened a ticket to NPM to request transfer of the ownership of `@fable-compiler` org...

@laurentpayot Fable.Core and `fable-library` are not related. I believe no one is actually using `fable-library` from NPM packages in their project as this is a really niche feature that was...

> 🖐️ Oh, I do! But I get what you are saying. We found the ONE 😝 (just kidding). I am still waiting an answer from NPM/Github support but I...

@nojaf Yes this is how NPM identify an organisation / scopes so yes this is how it is going to be. To give you an exemple of how package will...

`@fable-community` is a good one too and different enough from `@fable-compiler` which we don't have access to ATM. To me, it just convey that is more like something made by...

@ncave Here are the steps I used to test it out: 1. Create `test.fsx` with the following content ```fs [] type Reader() = abstract Warnings: ResizeArray with get let reader...

@ncave Here I used `fsx` because it was easier for the reproduction but in my case the problem happens also when using a project file. Here is a reproduction project:...

Hello @Freymaurer, Hum this a new situation that arise from Fable 4 multiple target nature. In the past, we only needed to support Fable JavaScript and .NET so all Fable...

For the `FSharpType.IsUnion(t, allowAccessToPrivateRepresentation = true)` I believe the fix is for Thoth.Json to not provide the `allowAccessToPrivateRepresentation` because the second argument is not supported. And perhaps, also make Fable...