Shalom Bhooshi
Shalom Bhooshi
autorandr seems to fire a second duplicate event some ~10 seconds after docking -- which leads to quite a jarring experience in that you dock and start to work but...
## Expected Behaviour It's not always possible to install tools like `arkade` into the system directories via `sudo`, etc - secure environments. Most "sensible" tools (`go get`, `pip`, `brew`, `cargo`,...
Seems rainbow alongside jedi-vim affects the popup of jedi-vim in this strange way. Any pointers on resolving this would be much appreciated! Expected:  Actual:  ``` $ git submodule...
This relates to #264 and is perhaps the same issue. ``` $ git flow version 1.11.1-dev.21 (AVH Edition) ``` We use GitLab merge-requests (organizational requirement) where the remote branch is...
##### ISSUE TYPE - Bug Report ##### container.yml ``` --- version: "2" settings: conductor: base: debian:latest services: web: from: busybox:latest ports: - "8080:80" environment: - 'VARFOO={{ lookup("env", "VARFOO") }}' command:...
##### ISSUE TYPE - Bug Report ##### container.yml ``` ...services: web: from: "debian:latest" environment: #- http_proxy={{ proxy_url }} #- https_proxy={{ proxy_url }} #- ftp_proxy={{ proxy_url }} #- no_proxy='localhost' ... ```...
* Allow for env. vars. set in the shell/parent process to be usable inside service.environment, vars-files and defaults sections. * Addresses [Issue #703](https://github.com/ansible/ansible-container/issues/703) ##### ISSUE TYPE - Feature Pull Request...
**Describe the bug** This seems very similar to #4 but has a slightly different stack trace and also cause - so opening a new issue. I am unable to logon...
I found that `c-x` isn't being passed through to the shell using alacritty (`0.11.0`). ``` ~ $ ^A^A^A^A^B^B^B ~ $ ^E^E^E^E^F^F^F^F^G ~ $ ^K^K^L^L ... ~ $ xxxx # Seem's...
I'm not sure if this is a problem with `NativeCall` or `OpenSSL` but I get the following error when trying out the examples in the README. ``` Cannot locate native...