Maxime Mangel

Results 1077 comments of Maxime Mangel

Here are my ideas. At first I was not wanting to use classical Entity management because I find it a little old but from you code and sample I want...

I don't have access to the NuGet package so i can't manage it. @alfonsogarciacaro

Hello @masq6r , it is possible that we missed the port of the WebGL API in the new repo. We kind of do it step by step when people ask...

Your welcome :) Do you want to give a try for creating the new package in the new repo, taking example on the existing package? Of course, we can give...

Do you have a reproduction code so I can look on my side too ? I have to admit in general I don't use this helpers and prefer to directly...

Indeed I can't make it work. @alfonsogarciacaro The strange string is the that error speak about `Leaflet.LatLngExpressionModule`. Note the `Module` prefix, I guess this is because `Leaflet.LatLngExpression` refer to the...

Ah yes sorry i forgot to check the binding only thing. I vote to remove it to keep the compilation fast because dll parsing is quicker. If we really need...

Hello @not-rusty, if adding `AbstractClass` works for you, you can just fix the bindings manually. At least, that's how I did it in my case.

Actually, it seems like when adding `AbstractClass` to a type is different. ```fs open System open Fable.Core type [] DatabaseError = // inherit System.Exception abstract code: string option let x...

Option A: could take a really long time to build, and keeping in sync is something hard to do. Option B: I don't understand the serverless thing ? Why do...