Melvyn Laïly

Results 67 comments of Melvyn Laïly

I agree this is not how I expected this case to behave either, but this is apparently by design: missing strings are transformed into `""` and missing floats are transformed...

I went ahead and started a `JsonProvider2` implementation. https://github.com/fsprojects/FSharp.Data/compare/main...mlaily:FSharp.Data:jsonprovider2?expand=1 Here are some progress screenshots and side-by-side comparisons with the original `JsonProvider`... An array is an array. It does not depend...

@goswinr thanks for your interest. This new json provider is still a prototype: there are a lot of things that are still changing or are not tested properly and can...

I haven't worked on it for a while but I actually have started to use System.Text.Json on my branch. I opted to use the `JsonNode` api instead of the `JsonDocument`...

I forgot to mention another interesting thing about this: if you `dotnet build` a test project referencing FSharp.Data containing my version based on STJ, it works, and then VS is...

I think exposing the underlying `JsonNode` is a desirable feature. The providers are not perfect, and it's very valuable as a user to be able to get full control and...

That would probably be ideal if we could make the providers independent yeah. Even though I'm aware some work has already been done to go in that direction, I'm not...

I'm not sure I understand everything you said, but in my case I was just trying to use [paket](https://fsprojects.github.io/Paket/) through `PaketTasks.PacketPack`, and it failed with the error mentioned in this...

_Original comment by_ **Melvyn Laïly (Bitbucket: [yaurthek](https://bitbucket.org/yaurthek), GitHub: Unknown)**: --- It's less a question about the number of people downloading NegativeScreen, and more a question of whether I can fix...

_Original comment by_ **Jason Spiro (Bitbucket: [jasonspiro](https://bitbucket.org/jasonspiro), GitHub: [jasonspiro](https://github.com/jasonspiro))**: --- Thanks for the compliment :) I'm not sure how recently the bug started happening. I started using NegativeScreen again only...