Justin Treher
Justin Treher
Hey, I think I might have figured out something related. Between JRE7 and JRE8 java changed the algorithm for iterating over HashMaps. In either case, you can't rely on the...
Instead of passing in arguments directly to hasher, I did `var _args = CreateObject("java", "java.util.LinkedHashMap").init( arguments )` before calling `hasher(x)` in `memoize` and that preserved order. There is going to...
Yeah, let's roll with that solution.
@ThiefMaster I found that changing the `nested indent` option to 4 allows it to correctly created nested lists with 3 or 4 spaces of indentation. However, by default it only...
> > I think .NET Core 3 support is essential. > > Also, PR for some bugs will have to be merged. > > MessagePack-CSharp v2 work is nearing completion...