Shourai

Results 8 comments of 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. ![before](https://user-images.githubusercontent.com/10200748/140747661-4dbf4023-6eb8-4445-86e3-0cc6efec3297.jpg) ![after](https://user-images.githubusercontent.com/10200748/140747658-c9875ab8-e06a-4c23-8c39-d08afa4d1458.jpg) 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:...