Will Freitag

Results 16 comments of Will Freitag

Great "idea"! About that ordering-thing: If you parse both JSONs into an object and flush those objects into JSON afterwards...should'nt both JSONs have the same order?

If Orion uses `std::array` there is "no problem" comparing two arrays for equality... ```cpp std::array as1 {"a", "b"}; std::array as2 {"b", "a"}; cout

Just to have an answer to my client...Do you think, this will be implemented in 3.8.0? ...and further: is there a release date planned yet? And again (already stated this...

Okay. My current workaround is, that no objects/arrays are used at all (e.g. Geo:JSON is now split into two doubles lat/lng). Naturally, we are leaving Smart Data Model with this...

push :-) Hey Yuriy. Great work! Years ago I was working on an Android App using native zxing - having your wrapper is awesome! Much easier! But as some other...