androidStern

Results 4 issues of androidStern

require 'rational' throws a LoadError in ruby 2.7.5 because the Rational class is now included without needing to require it. I've added a backwards compatible way to require rational when...

Draft for https://github.com/nick-thompson/blueprint/issues/230 ## Things this does: 1. changes mouseEnter and mouseExit to act like browsers 2. responds to drag events at a top level component and turns them into...

### The Problem react-juce mouseEnter and mouseLeave events don't behave like their web counterparts ### Background Juce's mouseEnter and mouseExit events differ from their browser counterparts in a few ways...

bug
help wanted
good first issue

# repro steps: 1. add an onMouseDrag callback to your react component that simply console.logs the drag event. In my case my component was a wrapper around a button. For...

bug