Oleksii Chekulaiev

Results 101 comments of Oleksii Chekulaiev

![autotitle_plus](https://user-images.githubusercontent.com/402007/27711681-f333464c-5cf1-11e7-8a59-997286669f66.gif) I decided to extend audunolsen's solution. I wanted the auto-title he created but I also wanted to have ability to set a static title to a tab when needed....

Additional examples ```bash #!/bin/bash a=1 aaa=1 # fails with: expected " somewhere in the file b=$(( $aaa + ($a * 2) )) # fails with: failed to parse expression b=$((...

You might need to check 'Use system notification' in settings

@leevh what is your OS? Please always specify OS. Uninstall functionality is currently in development. Looks like you have port 80 explicitly exported in your `docker-compose.yml` for `web` service. This...

@leevh got it. So my recommendation would be stop using dedicated IPs in your `docker-compose.yml`. This is not required to work with multiple projects anymore. And this use-case was actually...

P.S. If for some reason you still need to use IP binding please follow that "Not recommended way" above. Update dsh to develop version and stop Drude proxy. ``` DRUDE_BRANCH=develop...

Drude Mac OS uninstall Remove ~/.drude Remove old resolver /etc/resolver/drude Remove /etc/exports export Use brew to uninstall vagrant and virtualbox if you don't need them Remove /usr/local/bin/dsh

Hey. Thanks for report. There's indeed a problem with Vagrant at the moment

DDE is not supported anymore which is announced on the main page. Please use Docksal https://github.com/docksal/docksal You will need to follow "Updating from Drude to Docksal" instruction there to remove...