Hank Bao
Hank Bao
nameislihong is actually asking to add a lift-up-to-refresh feature.
Nope. Can't recall any app with that feature.
I've also looked into the source code and found out that the installer is launched by `ShellExecuteEx`. So I tried to set the `lpVerb` of `SHELLEXECUTEINFO ` to `runas` but...
> > Any hints would be greatly appreciated. > > Please read [this article](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html) and proceed per it. Sorry for my vague description. I'm using winsparkle v0.6.0 with NSIS v3.05...
I found that if any message box popped within the installer, it then runs smoothly without any issue, even in the silent mode. But if no UI presented, it fails...
Ah, I figured it out. The first time `Incoming::poll` being called is meant to register itself to the underlying IOCP writable event. To do that, it first needs to register...
> @hankbao Hi,I also encountered this problem, is there any fix? I just use `tokio::reactor::Handle::current()` and ignore the deprecation warning for now.
This would definitely be a handy feature. Both `LoginItems` & `LaunchServices` depend on bundling within the app in the `Contents/Library` folder.
Hey, @steipete. Do you still get a plan to make your fork formally available through CocoaPods?
Hi, @mpospese. AFAIK, in iOS 4 and later the rendering can be done off the main thread. I'm not sure if this could help to achieve the instantaneous flipping effect....