ilya-bystrov

Results 5 comments of ilya-bystrov

Here is some additional info: storm-mesos-0.1.7-storm0.10.1-mesos0.28.2 @erikdw : I'm using Docker. So I added "STORM_NIMBUS_OPTS=-c nimbus.host=**some_node**" environment in storm-nimbus Marathon configuration and it's works fine when nimbus service deployed on...

@erikdw : About host assignment. Actually I find out that marathon pass hostname to the docker process as environment parameter: `docker -H unix:///var/run/docker.sock run ... -e HOST=actual_node ... -c ./bin/run-with-marathon.sh`...

I am not an experienced user and it took me some time to figure out how to downgrade Magisk. It might be helpful for others. I tried to downgrade Magisk...

Came here after googling. Probably, could be helpful for someone. I had the similar issue with my clipboard editor. `xterm -e /bin/bash -c 'xclip -o | vipe | xclip -i...

Here is a workaround to avoid using an environment variable. Add the directory with the following content into your PATH: ``` ./ ├── config.json └── sgpt.sh ``` ``` $ cat...