Alex Bergin

Results 12 comments of Alex Bergin

Agreed++. The flavored markdown format is used by gitlab too, so let's get it in!

I concur with @atymic, this **is** awesome., great work @georgeboot. Our purpose was being able to use `$this->release()` for Lambda messages that failed and wanted retrying later, which we can...

> There are definitely plans to improve and expand scope, will share more info later Hi Arul, do you have anymore information on this? We're starting to use it more,...

@diutsu your method worked fantastically, thank you! One minor change was where we set the service tag: `$scope->getSpan()->setTag(Tag::SERVICE_NAME, getenv('DD_SERVICE'));` - this way we can use the interceptor in multiple services....

I'm also seeing this tmp.js 261 error and compass is indeed installed, as [suggested over on stackoverflow](http://stackoverflow.com/questions/20184702/yeoman-for-angular-then-grunt-serve-wont-start). I tried creating a new project without compass support, and got another error...

OK, nevermind, this can be resolved either way (with/without sass), by following @Flow11's windows specific fix here: https://github.com/diegonetto/generator-ionic/issues/15#issuecomment-38075095

We're trialing Ionic and Angular and wanted to use `yo angular: ` to create controllers, directives and services. It seems to work fine with a project created with generator-ionic, except...

I'm trying this from a windows 7 machine, and can run "grunt run:android" and the app compiles and **installs on the phone fine**, but as soon as I add the...

Using IntelliJ IDEA 14.01, if I have a "Before launch" configuration to run grunt like this, it seem to compile, install and track the "logcat" from the device fine, which...

Should just be a case of changing the PaymentTerms in the Contact class to be a property instead of an ArrayObject, and the same for bills/sales inside PaymentTerms class.