Zach Dennis
Zach Dennis
For both em-synchrony 1.0.3 and 1.0.4 I get the same `undefined local variable or method 'current_connection_id'` error with `activerecord 5.0.0.beta1`. ``` /Users/zdennis/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/em-synchrony-1.0.3/lib/em-synchrony/activerecord.rb:12:in `block in connection': undefined local variable or method...
Crack adds the #attributes method to the String class when parsing xml which conflicts with Mongoid as Mongoid uses respond_to?(:attributes) when determining whether to load associations. Crack should likely not...
See question here: http://stackoverflow.com/questions/5565771/using-ar-extensions-import-synchronise-doesnt-work
It would be nice to allow a way to handle out of bounds paging in a consistent way. Right now it's up to the calling code to call #out_of_bounds? and...
Apple's UISwitch doesn't send UI events when calling `setOn:animated` programmatically. KLSwitch should mimick the same behavior. From the [docs](https://developer.apple.com/library/ios/documentation/uikit/reference/UISwitch_Class/Reference/Reference.html#//apple_ref/occ/instm/UISwitch/setOn:animated): ``` Setting the switch to either position does not result in...
The current values for shadow radius and opacity don't match iOS very well and there is no current way to change them.
On `master` there is a breaking change to how `Croppie` is to be imported when using npm/webpack. I see how Croppie exported has come up a bunch in #452, #470,...
This doesn't seem to break anything, but it seemed a bit odd to be in a release... > ld: warning: directory not found for option '-L/Users/mpapis/.sm/pkg/active/lib' From.... ``` >> require...
## What this PR does This fixes a bug where output event emitters were being shared. Setting the output EventEmitter property on the prototype means that the last value set...
IE doesn't support CSS resize and the jQuery plugins that exist are not CSS-intelligent and they really want you to download a bunch of jquery-ui stuff (including stylesheets). If this...