GradedJestRisk

Results 7 issues of GradedJestRisk

## :unicorn: Problem Knex implements explicit [transactions](http://knexjs.org/#Transactions), but allow to mix - a query in an explicit transaction - a query in the default transaction Such a code would not...

## Summary I came against rule activation on calls on ECMAScript `Symbol` class. I think it should not happen, as it does not affect the global state. ## Details https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/docs/rules/no-setup-in-describe.md...

Only happens when package.json is located under git base directory, see #116

In this [sandbox](https://github.com/GradedJestRisk/git-training/tree/master/config/cz_customizable/sandbox), nested 2 levels under repository root, npx git-cz triggers this message ``` $ pwd /git-training/config/cz_customizable/sandbox $ npx git-cz Could not resolve /git-training/node_modules/cz-customizable. ``` However, when moved to...

Previous CI fails because container [was unreachable](https://travis-ci.org/github/GradedJestRisk/docker-postgres-plv8/jobs/751321563) Look like not setting `POSTGRES_PASSWORD` is the[ root cause](https://github.com/docker-library/postgres/commit/42ce7437ee68150ee29f5272428aa4fc657dc6dc) As soon as I introduced environment variable `POSTGRES_HOST_AUTH_METHOD`, CI went green

Issue #36 Local build ended successfully => have a try on my [DockerHub](https://hub.docker.com/repository/docker/gradedjestrisk/plv8) ``` docker run --detach --env POSTGRES_HOST_AUTH_METHOD=trust --publish 5432:5432 --name postgres_node gradedjestrisk/plv8:12-2 CREATE EXTENSION plv8; SELECT extversion FROM...

## Problem Wiki's [entry](https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing) about pool sizing is great, and I learn many things reading it and watching the video. However, I get confused because the `pool sizing` in the...