Igor Savin

Results 605 comments of Igor Savin

@ericzon We've created an npm version for a newer version of XLSX (which is distributed with Apache 2 license over CDN): https://www.npmjs.com/package/@lokalise/xlsx It should resolve the security issue in question.

@Jordan24 Without the quotes PostgreSQL folds all identifiers to lowercase.

@machineghost PR for this would be most welcome :)

Yup! https://github.com/knex/documentation

I don't think this is currently possible. PR would be welcome.

My suggestion would be to use awilix to do per-request injection (it has wrappers for express and fastify) but inject not knex per se, but a function which on invocation...

@jimsimon Can't you just use knex.withUserParams for that? (https://github.com/knex/documentation/pull/135)