Peter Benjamin

Results 52 comments of Peter Benjamin

Slack and streaming chat next to the video feed are not mutually exclusive. See [kubernetes office hours](https://youtu.be/jSenJAypb14) as an example, as @castrojo mentioned earlier in the thread.

Shameless plug: https://dev.to/petermbenjamin/how-do-you-keep-up-with-kubernetes-2209 😅

4. workload identity, authentication, authorization, policies, service mesh thingy?

@colinross One thing we can do is wrap the `xdg-open` call in a `begin... rescue...` block in Ruby and rescue the exception by throwing the URL to STDOUT. Do you...

I believe the completion issue is related to https://github.com/dense-analysis/ale/issues/4210#issuecomment-1134677571 ALE lsp implementation does not support snippets, while YAML LSP completion needs snippet support: https://github.com/redhat-developer/yaml-language-server/blob/3a74bdc22a1ae8a752e89cbf32616eacae163cea/src/languageservice/services/yamlCompletion.ts

I had the same question. I found this information in [vim-lsp](https://github.com/prabirshrestha/vim-lsp) repo: ``` vim-lsp does not support snippets by default. If you want snippet integration, you will first have to...

Alpine is based on musl, whereas other linux images/distros are based on glibc. Based on @artempyanykh's previous comment, it seems that marksman has dependencies on libgcc and other system libraries...

> Would it be possible and make sense to extend the existing `trivy` linter to check both? It is possible to run multiple scanners in one go, like `trivy --scanners...

Hello @NoahTheDuke / @laniakea64 , I have raised [a PR](https://github.com/vim/vim/pull/16466) in upstream vim to copy syntax/ftplugin/indent files and add them to upstream vim. > the additional maintenance effort it would...

I agree that the current behavior of `gq` is a bit jarring to Vim users. As @berknam said, it behaves much more like `gw` (minus the cursor position). In vim,...