Erfan Safari
Erfan Safari
repro commenting out custom checker function will change the final result ```js const v = new Validator({ // debug: true, useNewCustomCheckerFunction: true, defaults: { object: { strict: true, }, string:...
@icebob I think we should never call custom checker function when value is null or undefined related to #189
@icebob Nah, Run my repro code to better understand it
> Can we move this highlighted parts into the "else" branch? I'm okay with this solution. (In fact, my solution was the same, but in another words)
I suggest [dprint](https://github.com/dprint/dprint) Used by Deno built-in formatter
@icebob Yes, `strict` option is good
@spmiller I came across this today. but here's a thing. we should not add a feature that is only available on swc. I think this feature is not supported by...
@spmiller I have made a tiny repo for you: https://github.com/erfanium/esm-ts-paths in tsconfig file, either using `swc: true` to `swc: false` doesn't make it work. that means this feature is not...
I believe this change can fix this issue. Change this: https://github.com/sequelize/sequelize/blob/19ca248bef67067b9c746ee348a82fc267c206db/src/dialects/postgres/query.js#L60 To something like this: ```js throw this.formatError(error, isJest ? error.stack : errForStack.stack); ``` for all dialects
@Plawn try import from npm:mongodb