Nigel Milligan
Results
3
comments of
Nigel Milligan
trafficstars
the bug is here: protected static function UnfoldLines($content) { $data = array(); $content = explode("\n", $content); for( $i=0; $i < count($content); $i++) { $line = rtrim($content[$i]); //
Same issue with version 0.11.0 on Ubuntu 18.04LTS clean build.
This is becoming a major headache for me. Too often CloudFormation messes up so I have to delete and then rebuild my stack, and I really don't want to have...