Gildas Garcia

Results 188 comments of Gildas Garcia

This is a very old project. It might be because it uses an outdated version of AR.js

Have you run `make install` first ?

An maybe put the S on the same baseline, it looks weird like this ;) Nice work !

Repositories just need the pg client as before. Their functions are exported individually for testing purpose only

NOTE: there's one downside to using this preset with node. The preset has currently no way to check for node flags such as `--harmony`. This prevent us to use node...

async/await is not supported on node 7 without the `--harmony` flag. The `babel-preset-env` is configured to "patch" the current version of node **without** any flags. It cannot be configured to...

About the boot time, I'm quite confident it will be reasonable as the preset will only load the transforms needed for the current node version and node 7 already supports...

Why not, it could be useful indeed. Where are the `createdb` and `dropdb` commands ?

and help allowing to use another DB too

Well we don't use this boilerplate anymore so we won't invest time in it either. What did you expect from it ? What's your use case ?