Mikhail Beliakov

Results 36 comments of Mikhail Beliakov

.zshrc ``` kvokka@kvokka-PC  ~/proj/volunteers   master  cat ~/.zshrc  ✓  3997  09:11:02 export TERM="xterm-256color" # Path to your oh-my-zsh installation. export ZSH=/home/kvokka/.oh-my-zsh # Set name...

``` kvokka@kvokka-PC  ~/proj/bilet18   master ●  cat $ZSH/oh-my-zsh.sh  ✓  4671  23:39:13 # Check for updates on initial load... if [ "$DISABLE_AUTO_UPDATE" != "true" ];...

Thank you, but I'm ubuntu user v 15.10 ``` kvokka@kvokka-PC  ~/proj/bilet18   master ●  konsole -v  ✓  4948  19:22:11 QCoreApplication::arguments: Please instantiate the QApplication...

There is simpler solution. You can put ``` Octopus.environments=[] ``` in Rakefile and it will do the trick.

This feature might be very useful. Is there any interest in adding it?

@fmulero I would be happy to make the PR, the only thing is that it does not feel right to add yet another line with ``` RUN fluent-gem typhoeus ```...

Hi @fmulero Thank you for such a quick response. There are options for how to make a workaround and make this work (and it's not a problem for me). Just...

Hey @fmulero Thank you for your response. Since i'm using fluentd in k8s in bitnami helm chart, I found useful this option: ``` command: ["/bin/sh"] args: - "-c" - |...

Thank you @fmulero ! I'll be happy to get rid of this hack, but the trick is that the official bitnami elasticsearch image does not support version 8.x ([issue](https://github.com/bitnami/bitnami-docker-elasticsearch/issues/96)) If...

@fmulero Hey! Just wanted to remind you about this idea of adding typhoeus gem to the bundle. Elastic 8 is now live, so it's kinda odd to have the hack...