David Knell
David Knell
@JoshRosen , @m-e-conroy If your Ace editor is inside a ngSwitch or another directive that creates it's own scope, you need handle it accordingly. See [this](http://jsfiddle.net/MrFusion/r4RKW/36/) for an example of...
This is also an issue when running `aws opsworks register`, which installs the opsworks agent (very similar process as the codedeploy agent). I think a better approach is to check...
Hi Jim, I don't use Titanium any more so I won't be updating this anytime soon, if at all. I have a few options for you. 1) bug Appcelerator to...
Thanks for reporting this. I have not upgraded to 3.0 yet. I am going to wait until it stabilizes a bit before I make the leap. I will also update...
Thanks Jay. BTW - an Exif API is coming to titanium. See jira ticket TIMOB-3427. Sent from my iPhone On Apr 9, 2013, at 2:21 PM, Jay Shepherd [email protected] wrote:...
The correct way to initialize joli.api (now that it's been converted to a CommonJS module) is like so: ``` var joli = require('/lib/joli').connect('myDB'); var joliApiMod = require('/lib/joli.api'); var joliapi =...