Ruben Bartelink

Results 349 comments of Ruben Bartelink

I think that helps (I personally have never used/examined this package so won't be offering an answer or suggestion) Hopefully a watcher that does know this package well will be...

@eiriktsarpalis sorrynotsorry for the atting but I'm out of ideas on how to achieve this via other routes edited: While the NRE will be a blocker for the overall thing...

(as we're triggering notifications... see the notifications button top right if you ever need this but you added some context so not necessarily saying you should delete your comment ......

[FsCodec's `UnionConverter`](https://github.com/jet/FsCodec/blob/master/src/FsCodec.NewtonsoftJson/UnionConverter.fs) does [close to what you specify](https://github.com/jet/FsCodec/blob/master/tests/FsCodec.NewtonsoftJson.Tests/UnionConverterTests.fs) And has [an interoperable equivalent for STJ](https://github.com/jet/FsCodec/blob/master/src/FsCodec.SystemTextJson/UnionConverter.fs) One slight gap is that I'd recommend backporting [the `autoTypeSafeEnumToJsonString` and `autoUnionToJsonObject` options](https://github.com/jet/FsCodec#fscodecsystemtextjsonoptions) and implementing...

Not convinced you read my message but... I dont think this issue is any more or less valid than the rest of the issues here. The problem is simply that...

👍 Contributions are definitely welcome in FsCodec. In general it's trying to be minimal, and have a story about STJ vs NSJ interop (which makes the full semantics in the...

@paul-cheung This message/situation is unrelated to this issue (though to be fair, this issue is of the "stuff is going wrong sometimes in our environment; we have not narrowed it...

@nblumhardt @augustoproiete would we merge a rebase of this? (If not, please close it)

An alternate approach is to specify that a `Path` is a `string`, and use `GetResults` to combine the instances into a `list` (I rarely use lists for things that I...

@brygen were you able to get something that works your side? ---- ~I feel that expecting these semantics for list types is debatable - ultimately the main way that the...