Mark Rickert

Results 52 issues of Mark Rickert

Hey there, I'm using Dish in RubyMotion and I really love it! Thanks so much for creating this library and making it compatible with RM! Question about getting a reference...

Single tap to go to comments, double tap to go directly to article.

interface

This gem looks promising for console output, but it would be awesome if it could also output to HTML with a helper method (Rails) for use in views. I've seen...

I’ve recently added [`DCRoundSwitch`](https://github.com/MohawkApps/Specs/blob/DCRoundSwitch/DCRoundSwitch/0.0.1/DCRoundSwitch.podspec) to the [CocoaPods](https://github.com/CocoaPods/CocoaPods) package manager repo. CocoaPods is a tool for managing dependencies for OSX and iOS Xcode projects and provides a central repository for iOS/OSX...

This PR completely removes `motion-require`. It's no longer needed for the newest versions of RubyMotion. I don't expect this to get merged because this repo is a total 👻 town,...

This allows the card to flip the opposite direction of default. Works on `x` & `y` `flipDirection`. Includes an example in the example app. Closes #7 ![2020-06-24 11-15-47 2020-06-24 11_16_52](https://user-images.githubusercontent.com/139261/85583527-55965600-b60c-11ea-9def-c8789b71805d.gif)

I ran into a problem where I'm having to set a to-many relationship with the following code: ``` ruby new_things = Thing.where(:id).in([1, 2, 3, 4, 5]).array my_object.things = NSSet.setWithArray(new_things) ```...

The `NSPredicate` format for doing this is appending `[cd]` to the end of the condition, for example: ``` ruby # Would match "Mark" and "mark" NSPredicate.predicateWithFormat("name CONTAINS[cd] %@", 'ar') ```...

There needs to be a way to set a search scope so that if you set scopes on cells, the scope buttons appear under the search bar. Cells should be...

enhancement
planned

I ran into an issue where when setting a `title_view:` on a table section would actually set the RMQ stylesheet I had set on the screen to `nil`, causing all...