Ivan Yurchanka
Ivan Yurchanka
Hi, I encountered some very strange behavior with knot resolver. For some reason this config causes the `kresd` process to bloat linearly (~10Mb / hour) and eat hundreds megabytes of...
## Changes - Put gemfile dependencies under `development` group - Updated dependencies - Updated `.gitignore` - Updated GitHub workflow ruby versions - Added `rubocop-rake` ## How to test - [...
Variables with parentheses are not handled correctly in commands: ``` FOO='passwo(rd' BAR=$(echo '$FOO') ``` Result: ``` expected: {"BAR"=>"passwo(rd", "FOO"=>"passwo(rd"} got: {"BAR"=>"$(echo 'passwo(rd')", "FOO"=>"passwo(rd"} ``` The solution I suggest is to...