icoco

Results 18 comments of icoco

no any unit test code ? how do you check your routine code

I trace the code , I find the reason ... check the code bellow: .... if(isFloatingPoint) { char a[] = "67860.04"; printf( "a=%lf\n", strtod(a,NULL) ); // this is ok ....

the same problem also occurs on AFNetworking... responseObject = [NSJSONSerialization JSONObjectWithData:data options:self.readingOptions error:&serializationError] NSJSONSerialization occurs the same issue, how to solve this type problem ???

NSJSONSerialization also occurs the same problem... I try to fix it via JSON kit ...

How about NSNumber to NSDecimalNumber ?

try support [armeria](https://line.github.io/armeria/server-thrift.html?highlight=application): add method buildSessionConfiguration to file THTTPSessionTransport ` //support define protoal key name from outside and force return the config public class func buildSessionConfiguration(_ config: URLSessionConfiguration, withProtocolNameValue protocolNameValue:...

so, it is hard for upgrade the code to latest version Threejs ?