Chris Ballinger

Results 89 issues of Chris Ballinger

Podspec resource bundles now require a development team / signing identity. I think this only affects static libraries with resource bundles and not when the resources are bundled within a...

s2:confirmed

Resolves #295. Since it looks like progress on #299 has stalled, I'm opening up a new PR based on the original that contains additional fixes from the technology-ebay-de fork, as...

Now that #533 was merged, we should update the README to reflect the new capabilities.

apns

Not sure how to reproduce, but has been showing up in my crash logs. Here is the section that has problems ([line 222](https://github.com/danielamitay/DAKeyboardControl/blob/cbac2f04ed8d2a2e6f576bd51efbe2c94171dcfb/DAKeyboardControl/DAKeyboardControl.m#L222)): ``` obj-c - (void)inputKeyboardDidShow { // Grab...

Once I upstream the xchtmlreport fastlane plugin (blocked on my JUnit PR #63 and a new stable release), it would be useful to show example `Fastfile` usage / add that...

I'm not sure if this is related to https://github.com/ChatSecure/ChatSecure-iOS/issues/664, or #173 but on Android even though I deleted the duplicate buddy on the Friends screen, I still have two entries...

bug

Every mouse event causes the `EventTapCallback` to be called, which over time results in a constant 1-2% CPU usage. I did a basic time profile and found that the main...

I'm curious if you've tried only doing the feedback on touch-down only, and not on touch-up. If I touch the key fast enough I only seem to get the touch-down...

question

Similar to how the taptic engine on iOS gives you rapid feedback when scrolling through picker values, or jumping through tableview indexes, it would be nice if there was velocity-relative...

enhancement

Implements feature discussed in #9: * Splits macOS system sound into separate files for up/down events * Allows user to choose a different sound for up/down events (or none) *...