Zitao Xiong

Results 10 issues of Zitao Xiong

Hi, this js lib looks very interesting. Just a question, I'm wondering if iOS code can be generated, either swift for obj-c version. So that we can write a web...

question

I'd like to keep the model clean, without any dependency from firestore, which limits us to use Date, and not Timestamp. This PR adds an ability of it. I also...

I have a few xcconfig files from https://github.com/jspahrsummers/xcconfigs. I want to add them into project but not have them added into app target or test target. How can I do...

when error is used inside a block of _-enumerateKeysAndObjectsUsingBlock:_. It setups an autorelease pool, by the time it returns, any out error will be deallocaed. we need to use __block,...

the babel setting in my package.json is following: ``` "babel": { "presets": [ [ "latest", { "es2015": { "modules": false } } ], "react", "stage-0" ], "env": { "development": {...

It will be good if FTASync can support cocoapods so it can be installed easily

enhancement

I first try to call ``` [[GameCenterManager sharedManager] setupManager]; [[GameCenterManager sharedManager] setDelegate:self]; ``` when the app launches. However, the result comes from `[self checkGameCenterAvailability]` is not correct. Because of the...

bug
question

sorry.. I had to say the color of the row is very hard to see. ![image](https://user-images.githubusercontent.com/225856/35929435-73a8b01e-0c6a-11e8-96b5-3a7f205ef224.png)

The following schema is introduced in https://github.com/microsoft/TypeChat/pull/20. ```typescript // A program consists of a sequence of expressions that are evaluated in order. export type Program = { "@steps": Expression[]; }...