Ortwin Gentz, FutureTap
Ortwin Gentz, FutureTap
In the system Maps app, the user can interactively dismiss the panel by panning the map. The UX is very well done: - a pan on the map only affects...
For JPEGs that are rotated 90° or 270° via EXIF flag, the detected width and height were swapped. This patch fixes it.
In commit 44510ade you removed the OAuth authentication using SFAuthenticationSession. However, in the newest version of the Twitter app, the `twitterauth:` URL scheme no longer starts the the authentication flow....
Can I tweak the shadow that it more looks like in Maps.app? XBPageCurl: http://d.pr/i/fLZU Maps.app: http://d.pr/i/hmpf Right now, the curled flipside doesn't really contrast with the front side. Cheers, Ortwin
Amazon AWS recently introduced an additional security measure. For the same email, they require a separate password for their AWS service (console.aws.amazon.com, signin.aws.amazon.com). Safari password manager correctly autofills the separate...
The gem works fine for POST requests but I recently used it with PUT and get this error: ``` NoMethodError (undefined method `[]' for nil:NilClass): rack-multipart_related (1.0.0) lib/rack/multipart_related.rb:44:in `get_attribute' rack-multipart_related...
I'd like to support high resolution images for iOS and Mac. I tried to use Foresight in conjunction with Elastislide: http://www.cdnconnect.com/docs/foresightjs This is how I tried to load the images:...
When searching for "iTunes" I'd expect to see the latest radars with "iTunes" first. However it seems to sort the results alphabetically descending, so radar number 9993159 is first even...
Currently, the framework doesn't really support interface rotation: - after rotation, the image is incorrectly positioned and sized - in landscape orientation, landscape images are zoomed-in too far (at least...
When calling `Rails.cache.exist?(key)` level2 throws an exception: ``` # /bundler/gems/level2/lib/active_support/cache/level2.rb:97:in `record_event'`, /bundler/gems/level2/lib/active_support/cache/level2.rb:73:in `block in read_entry_from', /bundler/gems/level2/lib/active_support/cache/level2.rb:85:in `each', /bundler/gems/level2/lib/active_support/cache/level2.rb:85:in `each', /bundler/gems/level2/lib/active_support/cache/level2.rb:85:in `each', /bundler/gems/level2/lib/active_support/cache/level2.rb:85:in `each', /bundler/gems/level2/lib/active_support/cache/level2.rb:85:in `detect', /bundler/gems/level2/lib/active_support/cache/level2.rb:85:in `read_entry_from', /bundler/gems/level2/lib/active_support/cache/level2.rb:40:in `read_entry', /gems/activesupport-6.1.7/lib/active_support/cache.rb:510:in...