Phlegx Systems
Phlegx Systems
Solved the problem! In a `before_filter` in the application controller I have found `flash.discard`! Removing `flash.discard` all works fine! **To handle headers in Wiselinks callbacks (javascript events) I have added...
:+1: @JangoSteve can you add this PR to the master please?
This fork does the same without merge conflicts: https://github.com/eet-nu/remotipart The eet-nu:master is 2 commits behind JangoSteve:master.
:+1: Is this merged in the master?
I have tested this branch. I get the following error: ``` log INFO -- : Writing /my_app/public/assets/tinymce/langs/ar-69ae416a591d8dfedb028bf7bb65a09a.js INFO -- : Writing /my_app/public/assets/tinymce/langs/az-85782c946701af9ec2c26d3f5edcfa0d.js INFO -- : Writing /my_app/public/assets/tinymce/langs/be-f92121959924c2c88beb8fc3e40c6186.js ... (removed some...
Hi @pinkynrg can you implement the functions and make a PR please?
The problem seams to be on the prefixes **deka** and **deci**: ``` yaml - :names: deka :symbol: da :primary_code: da :secondary_code: DA :scalar: 1e1 - :names: deci :symbol: d :primary_code:...
Hmm ok thanks for the information! Yes it would be very helpful if this was solved in the original branch! I'm also running this role with `ansible`(-only) so I will...
@ganto I now installed your repo/branch with: `ansible-galaxy install git+https://@github.com/ganto/ansible-fail2ban.git` And I included it in my playbook like this: ``` - include_role: name: ansible-fail2ban tags: - debops_fail2ban ``` But I...
@drybjed I have installed `pip install debops` already actually but it does not work with that either. Getting the same error. Actually I did: ``` $ sudo pip install debops...