Matt
Matt
Seeing this in the latest RN as well, and can also confirm I found the same source, `hermesc`. It would be useful to be able to suppress these (maybe there's...
Thanks for the pr, this is great. Is there anything blocking this from being merged?
If it's useful, I get the same error with just this minimal spec: ``` import Nimble import Quick class MobileTests: QuickSpec {} ```
I think I figured it out - I wasn't importing XCTest so Nimble's default assertion handler was missing, thus the error. After adding the import and doing the following: -...
Scratch that, it works on the first run but subsequent runs re-surface the same issue.
Thanks for taking a look! I ended up getting this working with SPM and Quick 7/Nimble 12. I'm going to try and circle back and try again with CocoaPods and...
Took a look again and got the same results for Quick 7 and Nimble 12 using Cocoapads. This is for a React Native project, my hunch is that there's some...
I'm experiencing this as well, one additional observation I've seen is that Chrome will respond to Shift-It commands when initially launched, however after visiting any page it ceases to function....
I just downgraded to Chrome 71.0.3578.80 and it seems to be working fine. I guess the question is what changed between 71 and 72 in Chrome that could break Shift-It?
I [originally asked](https://github.com/AccessKit/accesskit/issues/381) the access_kit contributers, that conversation led me back here. I'm happy to help write documentation in my spare time, but would need some help getting oriented so...