Douglas Puchalski

Results 8 issues of Douglas Puchalski

Avoids blocking click events below log windows Re: #209 CSS seems to clearly extend to almost bottom of page. Were you unable to reproduce in another version?

When an alert is shown, .alertify-logs extends across the height of the page. Any mouse clicks that have underlying elements seem to be absorbed by alertify.

Curious if you are planning any updates, for example per https://developer.github.com/changes/2015-02-20-migration-period-removing-authorizations-token/ and https://developer.github.com/changes/2014-12-08-organization-permissions-api-preview/.

Submitted for comments, feedback for general usefulness. For my app I had issues serializing resources that link to each other. This would cause infinite recursion. This PR leverages the context...

I've installed lock-o-motion and MocRuby as git submodules as of today's date. Rake works fine until I add in the parslet gem. git://github.com/kschiess/parslet.git ``` $ rake Build ./build/iPhoneSimulator-6.1-Development rake aborted!...

Parslet uses autoload in a couple of places. I think that for RubyMotion these should be silently changed to behave like require at compile-time, perhaps with a warning.