Rob Aldred
Rob Aldred
Upgraded the base Guard::CoffeeScript class to use Guard::Plugin as per: https://github.com/guard/guard/wiki/Upgrading-to-Guard-2.0#changes-in-guardguard Tweaked a few spec config issues, gemspec didn't define rspec version, now fixed at 2.99.x
## What did you do? - I ejected a current connection that had been open overnight - Then I pressed connect on my local connection - Quit postico - Reopened...
I'm loading a json document which contains 104k of data, all on one line, I wanted to validate and format it. It appears to gets truncated. I realise there will...
When opening an action sheet with an input focused, selecting an option requires two taps, regardless of autoFocus setting. I wonder if we need something here like [React Native's ScrollView's...
I'm was hoping to use the extensions to separate up routes in my modular application. I'm hitting an issue with the reloader extension. When changes are made to one of...
**Description** When running with --clearKeychain we receive an error: `applesimutils --byId FEBB8167-8585-493C-99FC-EAAFA3337C2B --clearKeychain` ``` An error was encountered processing the command (domain=NSMachErrorDomain, code=111): unknown error code An error was encountered...
I'm having an issue using the latest 4.3.1 gem. I previously had 4.2.2 with rails. I've updated my Gemfile and 4.3.1 is installed. And I check the lock file it...
I'm using a native dialog, ``` $('').simpledialog2({ 'mode': 'blank', 'headerText': 'Insert Image', 'headerClose': false, 'buttonPrompt': '', 'dialogAllow': true, 'dialogForce': true, 'themeDialog': 'a', 'blankContent' : t._buildFileUploadForm(), }); ``` Using `$(document).trigger('simpledialog', {'method':'close'});`...
The popover becomes misaligned if it is opened whilst the keyboard is open, where pressing the trigger causes the keyboard to close. Seems to be conflict with the `Model` used...
The popover aligns to the top left corner of the screen, instead of above the wrapped content when used with `action="longpress"` Demonstration of the issue. Upon long pressing on the...