Lou Acresti

Results 9 comments of Lou Acresti

Thinking of maybe adding an option to prevent modifier keys from resetting the sequence, but I don't think this would fix the problem since it currently relies on keyCodes rather...

Good point. I think the best way to do this might actually be to pass the event object into all the callbacks so the user can decide how to handle...

Yeah that's kinda crappy. Maybe you're right that it should be the default behavior, after all. I'm not familiar with how the typeahead feature works -- I assume it only...

There's a chance I might include the ability to watch for click events on specific `#elementsByID`, in which case I'd make sure it works with touch events, too; I'll keep...

Your tiny whoop is cool, but can it run DOOM? Now it can! https://gist.github.com/namuol/c81333b1247c8deaa0d6a1664d419713 ``` e1m1:b=420,o=4,d=32:8c4,8p,4c4,4c5,8c4,8p,4c4,4a#4,8c4,8p,4c4,4g#4,8c4,8p,4c4,4f#4,8c4,8p,4c4,4g4,4g#4,8c4,8p,4c4,4c5,8c4,8p,4c4,4a#4,8c4,8p,4c4,4g#4,8c4,8p,4c4,1f#4 e1m1:b=420,o=4,d=32:8c4,8p,4c4,4c5,8c4,8p,4c4,4a#4,8c4,8p,4c4,4g#4,8c4,8p,4c4,4f#4,8c4,8p,4c4,4g4,4g#4,8c4,8p,4c4,4c5,8c4,8p,4c4,4a#4,8c4,8p,4c4,4g#4,8c4,8p,4c4,1c4 e1m1:b=420,o=4,d=32:4c4,4p,4c4,4p,4c4,4p,4c4,4p,4c4,4p,4c4,4p,4c4,2c4,4p,4c4,2p,4p,4c4,2p,4p,4c4,4p,4c4,1c4 e1m1:b=420,o=4,d=32:8c5,8p,4c5,4c6,8c5,8p,4c5,4a#5,8c5,8p,4c5,4g#5,8c5,8p,4c5,4f#5,8c5,8p,4c5,4g5,4g#5,8c5,8p,4c5,4c6,8c5,8p,4c5,4a#5,8c5,8p,4c5,4g#5,8c5,8p,4c5,1f#4 ```

I'd love to but I just don't have the time to maintain JV8 anymore. Keep an eye on React Native for Android, though! I'm sure they're working on something very...

You probably just need to set up the V8 context. Take a look at the beginning of `V8Runner_runJS` in `jv8.cpp` to see how to do this. It's fairly complicated; you'll...

Hey sorry, I thought I replied to this last week. -_- Yes! The current API isn't even properly versioned yet, so it's totally okay to break! I'll probably add a...

Yeah this is probably a feature that many people will eventually want. If cod supports file+line-numbers at all, it should be done transparently with a parameter, or maybe through some...