Felix Chan

Results 12 issues of Felix Chan

If I use a persistent connection in Limestone, sometimes it just "breaks". Is there a way to automatically connect back to the Sphinx server when this happens? ``` limestone.connect(9312, true,...

``` override func prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject?) { if segue.identifier == SEGUES.SegueLobbyToProfile { if let child = segue.destinationViewController.contentViewController as? ProfileViewController{ self.animator = ZFModalTransitionAnimator(modalViewController: child) self.animator!.bounces = true self.animator!.transitionDuration = CGFloat(0.8)...

Hi everyone, I'm calling: ``` TSMessage.showNotificationWithTitle("something here", type: TSMessageNotificationType.Message) ``` But nothing seems to display. However, calling `showNotificationInViewController` works wonderfully. Is it because the current view is in a tabBarController?...

This is a question rather than an issue. I would like the user to be able to switch filters between "hold to record". All interactions will be done in live...

Seems that it only fills 1/3 of the screen. Is there any way to customize the height of the scroll picker?

I have these log groups: ``` /aws/lambda/ether-dev-createAuthChallenge /aws/lambda/ether-dev-defineAuthChallenge /aws/lambda/ether-dev-preSignUp /aws/lambda/ether-dev-verifyAuthChallengeResponse ``` How can I watch them all? I have tried: `saw watch [a-z0-9A-Z\/]*dev*` But throws error: 'logGroupName' failed to satisfy...

For example, I'd like the field of view of the default camera.

enhancement
more info requested
question

Pardon the noob question. Given longitude, how can I get the real solar time?