David Mauro
David Mauro
It might be a bit. We don't have plans to move over to Swift 3 internally just yet, so I'm not handy with it yet. I'll take a stab at...
I started working on this in some of my free time since it's not a priority for us. Still would love to get some help though if anyone is interested.
Oh, awesome, glad to see someone is helping out with this, thank you! Yeah so for dispatch_once_t you should just use the a `static var` instead probably. Which line is...
Ahhh, I think we should actually abandon that altogether and use something like this instead where we would otherwise reference that variable: ``` if #available(iOS 8.0, *) { // equivalent...
What browser/OS combo are you seeing this with? Are any other supported keys doing this? I can't reproduce it on OS X + Chrome.
Sequence and non-sequence combos don't share exclusivity. Gonna file this as a bug.
Browser/OS ?
I'm going to leave this up so anyone else can chime in with this issue, but it sounds like this is an OS issue.
This isn't a bad idea, but it might be out of scope for this project. Leaving it up in case I change my mind. Feel free to chime in with...
Oh, hmmm, sounds like there might be a bug with on_keyup for sequence combos. Using on_keydown is probably your best bet, and I can look into getting on_keyup and release...