Zcating

Results 8 issues of Zcating

Hi, I meet some problem while I use 'python3 setup.py install' to set up python library. HERE is the error. > /usr/bin/clang++ -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -g...

Hi, I meet some problem about JSON parser. The problem occurs in **response.swift** file at following code: `let json = json["results"] as! [String : AnyObject]` These codes are located in...

when i using input method to compose Chinese words, pressing enter key will send the message. But, I am still on composing word, it send the raw letters to the...

enhancement

I think we should not change the origin type of `Pressable`, which can support `StyleProps` or `function`. So that, I add some type check to prevent the `react-native-css-interop` changes `Pressable`...

help wanted