biscuithx

Results 3 issues of biscuithx

ENV: ios11.4, iphone 8 simulator I get a path by Nat.image.pick like this: ```nat://static/image/B84E8479-475C-4727-A4A4-B77AA9980897/L0/001``` And I need use the aliyun-oss-ios-sdk to upload my image. But when I try to use...

### Description When I user any element-react component in `` component of react-redux. I got some error like this: ![image](https://user-images.githubusercontent.com/24818359/64621475-50b73b80-d418-11e9-9d71-d65c6003c13f.png) ### Reproduce Steps 1. create a simple store action.ts: ```...

### Use case i want to patch some lacked properties, just like: if (target.getFoo() == null) { target.setFoo(source.getFoo()); } ### Generated Code _No response_ ### Possible workarounds _No response_ ###...