James Bebbington
James Bebbington
A few months back, having upgraded trailblazer and some of its dependencies, we started getting the following warning on app boot: ``` $ rails c [Declarative] Defaults#merge! and #call still...
Having just followed the README, using the URL from my `Vagrantfile`, I'm getting the following error: ``` $ vagrant box add --force precise32 http://files.vagrantup.com/precise32.box Downloading or copying the box... Extracting...
Hey @shepsii, thanks for releasing this, it looks good. Could you add a license file to the repo to clarify what terms it's being released under, thanks. N.B. The [original...
Does what it say on the tin really; I've extended `throwsException()` so that you can pass it an error object against which the actual exception is compared. e.g. ``` javascript...
I'm building a new app, targeting iOS 13 and using SwiftUI so am using Xcode 11 beta. After receiving a message, the connection is then unexpectedly terminated: ``` Connected to...
Thanks for sharing this code. Could you please clarify who the copyright holder is and what license it is being released under, thanks.
The [Sencha Touch 2 docs](http://docs.sencha.com/touch/2-0/#!/guide/class_system) state that "Classes that are not distributed by Sencha should never use Ext as the top-level namespace." This commit renames the classes to not use...