Rudi Starcevic

Results 5 comments of Rudi Starcevic

Hi, Yep same issue using Ubuntu 14.04, cookbook version 1.0.2 ``` ================================================================================ Error executing action `run` on resource 'execute[python manage.py syncdb --noinput]' ================================================================================ Mixlib::ShellOut::ShellCommandFailed ------------------------------------ Expected process to exit with...

@alexjurkiewicz I found this worked and kept my bundle much smaller than `minimize: false` ``` optimization: { minimizer: [new TerserPlugin({ terserOptions: { mangle: false } })] // mangle false else...

@rturk Hey Rafael ... I'm taking a different approach to log shipping. I log to disk, then ship the logs with FileBeat from Elasticsearch into an ELK stack. I'm pretty...

@dtao ah ok .. interesting, I'm new to FP and just discovering the different approaches. Zip being like a special case of map make sense to me, thanks for the...