Benjamin

Results 4 issues of Benjamin

Whenever I programmatically create a node and bind a 'click' event, I get 'ghost clicks' on iOS - the bound event gets fired twice. This doesn't happen on elements that...

I'm getting an "Uncaught TypeError: Cannot call method 'toString' of undefined" when I try to fetch a collection with an initialized storage object. It's originating from line 356: `if (!_.include(this.storage.destroyIds.values,...

Using Xcode 6.1, Swift, XCTest, I've got Nocilla working nicely when tests are run individually. As soon as I try to run multiple tests that use Nocilla stubs, they tests...

This is a strange one, I can't figure it out! I have a layer that is triggered by a caps lock hold, that is used for navigation. Here it is,...