Rafael Kato

Results 4 issues of Rafael Kato

I slightly different implementation compared to https://github.com/ThomWright/postgres-migrations/pull/12. I used the js file support to receive the migrate options and use it to generate the sql query. To solve for the...

I just saw this gist, I think we could use to improve the lib, what you think? https://gist.github.com/kane-thornwyrd/44fdc43c63eccbd5a057

enhancement

Hello, When I load your module in my project, I get this error in console: ``` Uncaught Error: Cannot find module 'angular' ``` After inspecting the code I saw that...

Please, add a warning about `this` context when using arrow functions.