Shourai
Shourai
@fredRos this is exactly what I am also experiencing. `company-minimum-prefix-length` which defaults to 3 does not get respected in latex-mode with AUCtex.
Hello @lukas-reineke, I experience the same "issue" but I'm using vim in the terminal.   Neovim v0.5.1 with simple terminal EDIT: seems this is actually the following issue: https://github.com/lukas-reineke/indent-blankline.nvim/issues/59...
Unfortunately I think it does. After enabling `watch_process` it also enabled `p2p_tnp`. Furthermore the `cloudAPI` is connecting to `https://api.eu.xiaoyi.com/v4/ipc/on_line`
Oh I meant that `watch_process` also enables cloudAPI which then connects to xiaoyi. Doesn't happen when the cloud setting has been disabled though. So `watch_process` seems to enable _something_ that...
Hey @shammamah, this looks like a great addition to the toggles. Any update on merging this pull request? Thanks!
This would be nice to have. However to circumvent this you could `export HTTPS_INSECURE=1`. The ACME script checks for that variable, either set from `--insecure` or from your enviroment. Admittedly,...
For anyone using zsh, I found this solution: https://github.com/sunlei/zsh-ssh It uses fzf underwater.
Was just about to ask for the same thing. Would ``` dependencies: ansible.netcommon: '>=1.0.0' ``` the same as in dellemc.os9 be an issue for this collection? Or even ``` dependencies:...
@sc68cal, I have rebased this pull request on https://github.com/netbox-community/ansible_modules/pull/1085 However I am unsure how to write tests for this change. Any help would be appreciated!
I have tried setting up a development environment for netbox. The netbox enviroment works fine and pre-populating netbox also works fine. However when I try to run `ansible-test integration -v...