Xinyu Zhang

Results 49 comments of Xinyu Zhang

there is a limit, and you could pass your key this way: ``` html ``` reference: https://developers.google.com/maps/documentation/javascript/tutorial

Another possible solution here: 1. fork https://github.com/TypeStrong/typedoc-site and put your markdown doc in its `_guides` folder 2. put your compiled typedoc output to `api` folder 3. customize it for your...

same issue here, ` error: ‘kernel_map_’ was not declared in this scope`

I found the solution ``` python generate_kernels.py && make compile ``` the first command is actually included in the Makefile but it's somehow skipped in my case. note the ptxas...

+1 latest Coppeliasim supports Mujoco, which is thought to be better than Bullet by many people.

Before I always test with Android emulator and it works. Now I will try test on real android device. Pls understand, I m busy as well.

I do find one bug on the java http library in 4.1 android. See here: http://stackoverflow.com/questions/18502467/phonegap-cordova-filetransfer-error-3-android. It won't happen for 5.x android indeed. The solution is ``` shell cordova plugin...

Sorry the above one seems not the root cause. Anyway the cordovaFileTransfer has some problem in old android. Now I add this logic ``` if download errors, then skip caching...

看了一下, 应该不需要, 至少应该**默认清除,但可以配置** 问题代码在这里: https://github.com/BenBBear/cordova-plugin-leanpush/blob/26252f70aafaf400c0e1da560c996a3292ac951d/src/ios/AppDelegate%2BLeanPush.m#L175