Lun Wang

Results 41 comments of Lun Wang

I don't quite understand the `edited` packages, Could you please share more about it

Thank s for your answer! > You can either use a local version of the dependency somewhere else on your file system or have it create a copy of the...

@ScottRobbins. just curious, why this should be added into vscode-swift? if you installed a formatter for swift files for VSCode AND you can config when to format this file. like...

thanks for your answer! i'm not sure if there is any different between closed_at and merged_at for PRs, they should be same if I understand it correctly? if they are...

When will you do the next version? Another problem, use PanGesture instead of SwipeGesture to rightViewController from my iPhone > 在 2014年3月20日,下午5:51,taphuochai [email protected] 写道: > > Thanks @aelam , It'a...

Just import the headers in your project, then you can use the private API BUT your app will be rejected if you do so 发自我的 iPhone > 在 2014年3月26日,下午8:50,GasperC [email protected]...

just include the header files in your project

Thanks for your reply! For the registeration, I think I misunderstand it, the url doesn't require a scheme when configuring which is great. Considerable points: 1. Multiple urls for same...

there should be like a `globalRouter` singletom, when people register routes in routers, the routers should be loaded in `globalRouters` then users can just use globalRouter for routing

Image you get 4 modules, A B C D, you don't want A depends on B, but A use a route `page1OfB` How do you use the router in modules...