Gibson Fahnestock

Results 139 comments of Gibson Fahnestock

>However, we loose gitlab ci environment variables by switching to another user. It's odd that you're losing environment variables, they seem to be kept if you switch inside the image:...

> I saw somewhere that the user node was created and configured but no it's not configured to handle install -g and npm link ! Nice catch ! I will...

> Are you still using this plugin? If so, I will consider implementing this feature Totally missed this, yes I'm still using the plugin. I have an easy shortcut to...

I ended up hacking something for Rust following https://www.reddit.com/r/neovim/comments/seq0q1/plugin_request_autofolding_file_imports_using/ https://github.com/gibfahn/dot/blob/7b9791cbd53096a9aeaa0797411444790b4e5f3b/dotfiles/.config/nvim/init.lua#L634-L646

The above formatting is weird but not the end of the world, but I find this syntax tends to cause shfmt to error completely and not format the file: ```zsh...

>The rationale here is basically that it prevents the user from being sent to: `https://bank.com/pay/account?user=bad&amount=100000` > >Without this a website could potentially XSS you again and also craft a clever...

I saw https://github.com/koalaman/shellcheck/issues/809#issuecomment-1411855521 , which points to https://github.com/psprint/zsh-sweep . I haven't tried it, but if it works well for zsh files, integrating that instead of shellcheck for zsh might be...

> There seems to be another workaround though: > > ```json > "codeLens.position": "eol" > ``` This seems to have fixed it for me too, thanks!

For anyone else coming across this, I have the same problem (on neovim), and resolved it by switching to https://github.com/famiu/bufdelete.nvim , which also provides Bdelete and prompts if needed.

I have also wondered why this is necessary, `node-gyp` could look for headers in the node install first, and fall back to the internet. cc/ @bnoordhuis