Igor Savin

Results 121 issues of Igor Savin

I think the only remaining part that still uses Bluebird is .reflect part, will require some more tinkering to remove all of it.

Would this project be open to accepting new maintainers to push it forward?

APM solutions, such as DataDog and New Relic can benefit from execution traces, such as OpenTelemetry, in order to provide useful runtime information about how queries are performing. See how...

See https://martin.kleppmann.com/2016/02/08/how-to-do-distributed-locking.html for the explanation of a problem.

# Environment Knex version: master Database + version: postgre Test started failing, likely due to some dependency change

bug

# Environment Knex version: 0.15.2 # Feature request ``` await knex('table') .innerJoin('table2', function() { this.on( `table.id`, `table2.id` ).andOn(`table.field`, 'value') }) .update({ table.field2: 'newValue, }) ``` This is going to execute...

feature request
help wanted

# Environment Knex version: master Database + version: postgresql Test started failing, likely due to some change in dependencies

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

semver-minor
feature request

When compiling TS, following errors is thrown: ``` ../../node_modules/picocolors/picocolors.d.ts:5:1 5 export = picocolors ~~~~~~~~~~~~~~~~~~~ This module is declared with 'export =', and can only be used with a default import...