Maxime Mangel
Maxime Mangel
I not 100% sure but I think the Fable Standalone error is because we need to re-generate the metadata dll. But before that what is the need behind this change?...
> But more importantly, I don't know how this would effect things like TypeScript generation. I don't use TypeScript generation personally so I am not sure, but from my perspective...
Regarding the failing CI, I will consider it normal and we are going to disable the test for Fable Standalone. This is because on JavaScript we can't make the distinction...
A similar problem happens when using Record. ```fs type Test = { FirstName : string lastName : string } let test = { FirstName = "" lastName = "" }...
Yes, but it also seems like the `snake_case` conversion is only if you use `camelCase`. I don't know if this should also be applied to properties that use `PascalCase`. However,...
> Perhaps we could use attributes to make this more explicit e.g `[]`, `[]` and `[]` on the record. If no attribute, then the member/field/attribute will be encoded as-is (i.e...
If I understand the issue is that `let expected = "map [(Age, 12); (Firstname, Maxime)]"` is different between .NET and Python runtime if we change the property name? If the...
Hello, The code in the REPL link is different compared to your snippet. So I am unsure what is the bug you want to report. Is it "just" the fact...
I don't think there is something we can improve inside of Thoth.Json to checks the validity of the provided string for a `StringEnum`. We just don't have the information available...
I am not too familiar with Python so it is difficult for me to evaluate this proposition. Something to note is that Thoth.Json manual API aims to remove "any magic",...