Julio Marins

Results 14 comments of Julio Marins

same here 2.2.0 ``` angular-input-masks-standalone.js:4468 Uncaught TypeError: StringMask is not a constructor ``` StringMaks is an empty object

this works: ``` require.config({ paths: { 'angular': 'js/libs/angular/angular.min', 'moment': 'js/libs/moment/moment.min', 'string-mask': 'js/libs/string-mask/string-mask', 'br-validations': 'js/libs/br-validations/br-validations', 'angular-input-masks': 'js/libs/angular-input-masks/angular-input-masks', }, shim: { 'angular-input-masks': ['angular', 'string-mask', 'moment', 'br-validations'], 'angular': {exports: 'angular'} }, baseUrl: '/static'...

as a final note: don't use angular-input-masks on a requirejs based application.

same prob here, and it is not just the IE8, i tested in IE10 and the same issue occurred

not working: `bower ESUDO Cannot be run with sudo`

yeah, definitely the problem. I installed the postgres 9.4 and it went further, now what happens is: ``` Linking CXX executable osm2pgrouting Undefined symbols for architecture x86_64: "_PQclear", referenced from:...

Nevermind, i ended up using https://github.com/zzolo/osm2pgrouting-mac a fork for mac. Thks for the feedback.

One thing that i don't know is worth the attention here is an error that i had in the load with the mac version: ``` ERROR: value "2171617416" is out...

I think the problem is due to the postgre version. I have this one installed: postgres (PostgreSQL) 9.3.6 The thing thou is that if i update my version it works...

``` aj07mms-MacBook-Air-8:frontend aj07mm$ locate libpq-fe.h WARNING: The locate database (/var/db/locate.database) does not exist. To create the database, run the following command: sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist Please be aware that...