Sergey Kovalev
Sergey Kovalev
I want to specify which binaries (or any other files) should be excluded from checks/calculations/verifications Example: ``` Analyzing image... efficiency: 61.7012 % wastedBytes: 41314421 bytes (41 MB) userWastedPercent: 85.4058 %...
Provide an ability to pass `if_not_exists` param for view creation. It's handy to have it when you disable_ddl_transaction in Rails migration and add indexes concurrently. And similar functionality with `if_exists`...
- migrate to golang-jwt (as it is recommended by previous maintainer of jwt pkg) - add dependabot for regular security checks - add PR template - add CI on top...
## Solution This PR fixes a bug with applying global params in GET queries ## Problem When you use `global_params` in config and expect them to be applied for all...