Abel

Results 6 issues of Abel

When I was trying to build the resume I'm getting this error and cannot continue: ``` console $ hackmyresume build resume.json to out/out.all *** HackMyResume v1.8.0 *** Reading JRS resume:...

The last version of the library on the NPM registry is the v1.1.0 and not the last stable version v1.2.3 :(

Hi, I was trying to install via bower but I'm receiving the next error message: ``` $ bower i --save angular-lodash bower angular-lodash#* cached git://github.com/cabrel/angular-lodash.git#0.1.2 bower angular-lodash#* validate 0.1.2 against...

When I was trying to compile the template without the `friends` array (because data is dynamic): ```html {{name.first}} {{name.last}} {{:each @friends do}} {{name}} {{end}} ``` I get this message: ```...

Would be great if there is any way to call a method with a separated time interval to call to an specific service to mantain the backend session alive Like:...

When I'm trying to use the "debounce" function with an observable, I get this error: ``` @debounce(400) private testFunction(): Observable { return of(1); } testFunction(). ``` `ERROR Error: Uncaught (in...