Forbes Lindesay
Forbes Lindesay
We don't currently document the approach of passing in an AST node - we only document passing in a string. I would accept a PR to add documentation for the...
My preference here would be to support a few modes if possible, but it depends how difficult it is to implement. [For Postgres, we support `bigIntMode: 'string' | 'number' |...
@LongTengDao Sorry for the (extreme) delay in reviewing this. I'll add you as a contributor so you can review & merge changes in future. I've set up Rolling Versions now...
I'd be happy to see a PR for an AWS Aurora Data API client as `@databases/aws-aurora`. It presumably wouldn't have the `db.task` or `db.tx` methods, but could have `db.query` and...
This is now supported via `includeTables` and `ignoreTables` in your pg config: https://github.com/ForbesLindesay/atdatabases/blob/master/packages/pg-config/src/PgConfig.ts#L301-L315
set `precompile` to `false` in the options, then it will compile the bundle only when it is first requested.
closure is broken: https://github.com/ForbesLindesay/umd/pull/14 UglifyJS doesn't break your code.
OK, this is un-related to that. This is talking about using uglifyify as a transform by default. Roughly equivalent to adding: ``` js browserify.settings.production('transform', [require('uglifyify')]); ``` by default.
We do this, always have, always will. What we don't do is automatically refresh the browser for people. If someone wanted to write a pull request to integrate hot re-loading...
I'm afraid I'm not really actively maintaining this at the moment. It works well and I don't need more powerful functionality myself. I would be happy to accept a pull...