Results 173 comments of Bedis Nbiba

I guess its on purpose, there is also cat-std

it takes this path https://github.com/denoland/deno_std/blob/main/flags/mod.ts#L340 setArg calls setkey which has collect=true as default

Maybe this check https://github.com/denoland/deno_std/blob/main/flags/mod.ts#L310 should just be removed and always run `setArg(key, value, arg)` instead?

@marcosnils well I'm not a maintainer of this repo xD good luck though!

What if you run ````sh :lua require"lspconfig".setup("rust_analyzer") ``` Then check lspinfo

This pr also replaces init_options with settings, they seems to be the same in case of deno lsp, with settings being updateable at runtime.

![task](https://user-images.githubusercontent.com/22427111/179694910-16bf3119-acf5-4ea0-92d6-03970c9fe21e.gif)

Also maybe a list of should not be touched process should be there somewhere, not necessarily in bustd but at least documented and advised to use with the glob flag...

Actually bustd did kill pacman once and gnome shell once xD The way I'm using it now is I'm running it as a user process so it can't kill privileged...

Alternatively with systemd: ``` [Service] ExecStart = /usr/bin/bustd -n CapabilityBoundingSet=CAP_IPC_LOCK ``` This will make the executable loose all capabilities, except the mlockall one But now I think about it more,...