ztmr
ztmr
Is there any way to produce a SOPS encrypted file from Terraform? I can certainly do this by using `local_file` module/resource and call SOPS just after the Terraform has dumped...
I am working with a client who is blocking most of the regions other than `eu-west-2`. Spinning up a new EKS cluster in `eu-west-2` ends up with all nodes in...
What needs to be done in order to add support for this CPU? Is it enough to raise a PR adding `(6, 140, 2)` to `supported_cpus`? ```console $ lscpu Architecture:...
CB started to report the following error recently: ``` Erlang 18:39:32.543 [error] {{badmatch,false},[{boss_load,module_older_than,2,[{file,"src/boss/boss_load.erl"},{line,375}]},{boss_load,load_view_if_old,5,[{file,"src/boss/boss_load.erl"},{line,304}]},{boss_load,load_view_if_dev,4,[{file,"src/boss/boss_load.erl"},{line,325}]},{lists,foldl,3,[{file,"lists.erl"},{line,1197}]},{boss_web_controller,render_view,6,[{file,"src/boss/boss_web_controller.erl"},{line,1032}]},{boss_web_controller,execute_action1,8,[{file,"src/boss/boss_web_controller.erl"},{line,893}]},{boss_web_controller,execute_action,5,[{file,"src/boss/boss_web_controller.erl"},{line,839}]},{boss_web_controller,process_dynamic_request,4,[{file,"src/boss/boss_web_controller.erl"},{line,540}]}]} ``` The problem appears in environment where more than one CB web application is loaded and it...
This is painful especially when we need to extend include paths like this: ``` Erlang {erl_opts, [ {i, "deps/whatever/include"} ]}. ``` (I hope it is not problem of our model...
A typical case is that we have to localize a set of applications where one is "primary" and the rest of them is "secondary" (not is_developping_app) loaded from dependencies. boss_lang...
More detailed discussion is to be found here: https://groups.google.com/d/msg/chicagoboss/QPor7QZXog4/2lDFYLNknpoJ
While in development mode, once you add a new controller, it is not added to the `boss_app_info` record. Everything works fine, but if somebody wants to list all the controllers...
Scenario: - application A is a "framework" with tons of ErlyDTL tags and filters - application B is a "primary application" that uses these tags and filters having `template_tag_modules`/`template_filter_modules` in...
More details here: - https://groups.google.com/d/msg/chicagoboss/TMX4w7PJjVA/5l5v3hN-2ogJ - https://gist.github.com/ztmr/4437818