Results 36 comments of jmills

@ImNotaGit not sure this is the cause, but from the minimal `.zshrc` above it looks like you're loading zsh-autocomplete twice; once via OMZ (`plugins=(zsh-autocomplete)`) and once manually (`source ~/.oh-my-zsh/custom/plugins/zsh-autocomplete/zsh-autocomplete.plugin.zsh`) -...

Same issue, though slightly different version numbers. ``` # package.json "dependencies": { ... "netlify-cms": "^2.0.11", ... }, ``` ``` warning "netlify-cms > [email protected]" has unmet peer dependency "immutable@^3.7.6". warning "netlify-cms...

I was able to fix the issue with `sudo adduser syslog tty` per https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/2011574/comments/3 (There's also a separate bug report for noble: https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/2065060)

I haven't tried it out yet, but it looks like it got published in https://github.com/ansible-collections/google.cloud/releases/tag/v1.4.0 and docs are on Galaxy [here](https://galaxy.ansible.com/ui/repo/published/google/cloud/content/lookup/gcp_secret_manager/)! Thanks @SirGitsalot!

~trying to figure this out, and upon looking at https://github.com/marlonrichert/zsh-autocomplete/issues/761 I figured trying `setopt interactivecomments` - and that seems to work!~ ~looking at the [issue template](https://github.com/marlonrichert/zsh-autocomplete/blob/762afacbf227ecd173e899d10a28a478b4c84a3f/.github/ISSUE_TEMPLATE/bug-report.md?plain=1#L32), `setopt interactivecomments` is part...

@faileon you're totally right, and even now looking at the initial comment w/ the repro steps, OP indicated `setopt interactivecomments` was set. I must have been looking at some other...