Bob Spryn

Results 10 issues of Bob Spryn

Update with converted keyboard rect to eliminate a lot of rotation calculation. Via: http://news.ycombinator.com/item?id=3728228

enhancement

The activity count isn't incremented until the NSOperation starts, but is decremented immediately in popActivity. It should probably be incremented when it's created, or also as an operation. Otherwise you...

bug
investigating

Have you used Reactors to have local state tied to a view, and also Reactors for shared state? We have shared stores built around certain features, and then local view...

👋 Building my first serverless application here and my head is swimming a bit. I have a defined swagger spec that my mobile client is working against. Swagger has the...

feature-request

There's a definite stutter issue going on with photos that weren't viewed recently when you are scrolling between pages. I think its related to updating subview layouts mid scroll. If...

Curious when/if you guys leverage the responder chain. I've been playing with different ways of communicating events and status amongst view controllers and subviews like cells. Of most interest to...

question

I can't seem to find a way to expose the IBOutlet in IB. Wondering if this just isn't possible from a category anymore? Working in iOS. I tried removing all...

Not sure what code is causing it, but my callout immediately disappears when presented. Rolled back to 2.0 and it works as expected. ¯_(ツ)_/¯ http://www.screencast.com/t/ssGLa1dIS I'll dig in if I...

I would love to have a rakep watch option, where it just watches for updated files and builds updated files. This would eliminate the need to use the :9292 port...

Thanks for your efforts, this is a great tool. I'm curious if there's any way to incorporate generating an [entity relationship diagram](https://plantuml.com/ie-diagram). That would really open up some visual information.

enhancement