Alfred Moreno

Results 16 comments of Alfred Moreno

I've got the same error, running nuxhashd. Was anyone able to solve this?

Thanks for the reply, Seems to work for foreground colors on IRC but background colors don't get rendered. ``` return "`red on black`{:color='red' :bgcolor='black'}" ```

I'm having the same issue. I installed the extension on WSL: Ubuntu but it doesn't seem to work.

Okay, nevermind. I got it all to work. I had a couple of issues in my local configuration. I had the wrong path to JAVA_HOME but I also didn't have...

I'm in favor of such a change. Would @techlunacy care to ammend the code? ``` ruby aws_secret_access_key: fetch(:aws_secret_access_key) || ENV['AWS_SECRET_ACCESS_KEY'] aws_access_key_id: fetch(:aws_access_key_id) || ENV['AWS_ACCESS_KEY_ID'] ``` If not I can just...

Ahh.. yeah, sorry about that. @techlunacy. In this case, @antonbabenko , you would explicitly set your keys in deploy.rb to something else if you _didn't_ want ENV defaults..