Richard Sim
Richard Sim
It seems the most up-to-date branch was lost somehow? This is a pull request from my recent fork (+my own changes, a little hackish as I wasn't expecting to try...
@Shivansh-yadav13: It's been a while since I opened this issue, but IIRC it should not be in the loop at all (as it was prior to the refactor that I...
I see this too with any kind of input (text, button, etc).
I've solved this locally by removing the Android-specific code from AppIntro's render(): Change: ` if (Platform.OS === 'ios') { pages = childrens.map((children, i) => this.renderChild(children, i, i)); } else {...
I have a fork of this repo that I've updated to work with 2.91+ and 3.0+ (tested in 2.93.8 and 3.4.1), and merged in some other forks in too, to...
erm, `device_specs` is a dictionary, but you're using identical keys (for which only the last one will be used) e.g. `"SpaceMouse Pro Wireless"`. They should probably be renamed to `"SpaceMouse...
Fix for those using Homebrew: brew install swig
OS X 10.9 (13A3017) and homebrew here also.
Fix for those using Homebrew: brew install glew
bzrtools for bzr 2.5 can be obtained here (seems to work with bzr 2.6): http://wiki.bazaar.canonical.com/BzrTools Extract then install with: sudo ./setup.py install