Chris Gilmer
Chris Gilmer
Thank you for following up on this. If you need any help with the documentation please let me know.
@ericfrederich @kylelaker @aghassemlouei - I have a pull request open which ought to address this for you. At least you could pull the code from my branch and compile it...
@svenwltr - I have opened PR https://github.com/rebuy-de/aws-nuke/pull/647 which might address this issue.
I've been using `yapf` to do this: ``` sh pip install yapf cfn2py config.json > config.py yapf -i config.py ``` I'm not sure its worth adding `yapf` as a dependency...
I have opened a github ticket about this because I wasn't sure what was going on and I couldn't even get to the issues tab for this repo. I think...
@felixfontein - Here's what I got from Github support before they closed my ticket: > Thank you for writing in! I'm sorry you have experienced this problem. > > I’ve...
There is an additional equation that has you adjust volume instead of extract: ``` OG volume = ( current volume * current GU ) / OG units ``` An example...
Would be worth adding information like hops additions, how long to have in boil.
Thanks for handling this! We appreciate it.
I've got this error with the updated module: ``` │ Error: expected runtime to be one of [nodejs nodejs4.3 nodejs6.10 nodejs8.10 nodejs10.x nodejs12.x nodejs14.x nodejs16.x java8 java8.al2 java11 python2.7 python3.6...