Re: [swift-users] KVC - KeyPath in Operation

2017-10-28 Thread Tony Parker via swift-users
Great, thanks for the update! - Tony > On Oct 28, 2017, at 2:35 AM, somu subscribe wrote: > > Hi Rod and Tony, > > This looks like it has been fixed. I tried replacing the String with the > KeyPath and (NS)Operation seems to work like a charm. > > Thank you so much

[swift-users] Parsing Decimal values from JSON

2017-10-28 Thread Evtim Papushev via swift-users
Hello :) I am trying to find a way to parse a number as Decimal without losing the number's precision. It seems that the JSON decoder parses it as Double then converts it to Decimal which introduces errors in the parsing. That behavior is in fact incorrect. Does anyone know if there is a way

Re: [swift-users] KVC - KeyPath in Operation

2017-10-28 Thread somu subscribe via swift-users
Hi Rod and Tony, This looks like it has been fixed. I tried replacing the String with the KeyPath and (NS)Operation seems to work like a charm. Thank you so much guys !!! Love KeyPath … am so excited. :D I will close the bug report that I created. Regards, Muthu > On 17 Jun 2017, at