Maxime Mangel

Results 1077 comments of Maxime Mangel

@leononame > * I can help pinpoint it down if you guys are interested, but I don't know how to reduce the sample to something palatable because I don't fully...

The usage that I am working on Thoth.Json (library agnostic version). This means that I am creating a core library which has some helpers contract that can then be used...

Hum, in my case I don't think I can use `Systems.Collections.Generic.Dictionary` because of the API contract I have. ```fs type IEncoderHelpers unit abstract encodeString: string -> 'JsonValue let rec toJsonValue...

Is there an important difference between them? What if we always used subscript/index notation when using dynamic typing? I am really naive I know ^^

@dbrattli Can this is be closed or do you still need to discuss some of the raised issues from the discussion?

Does the tests fails when running against .Net or rust runtime? If this is only the first one, then we can probably use `CultureInfo.DefaultThreadCurrentCulture

> Code fails when running .NET. We can fix it with `CultureInfo.DefaultThreadCurrentCulture`, but then we need to add support for it in Fable Rust as it gives error when compiling...

@dbrattli Instead of generating "invalid code". I think it is better to not support it and have the user use compiler directives: ```fs #if !FABLE_COMPILER CultureInfo.CurrentCulture

Hello @mingodad, Sorry to ask but could you please explain what is the goal of your issue ? I am not familiar with the EBNF stuff. If you used the...

Hello @lukaszkrzywizna, Right now I don't think there is a way for that. I think the Fable always put the `import` at the top of the file. A workaround for...