Ryan Kulla
Ryan Kulla
@shaungrady Interesting. Ok I ran that and got some initial warnings about insecure directories. That was easy to resolve by running `compaudit` and fixing the permissions those the directories listed....
I really think @shaungrady has solved this issue by saying to add `autoload -U compinit; compinit` to get completion to work. (`man zshcontrib`). The `plugins=(autojump)` thing is only necessary if...
@kinnison I noticed it defaults to .zshenv even on a Mac, which is known to have unexpected behavior that overrides the file. The zshenv file is more for putting personal...
+1 very much looking forward to this being official. Being able to select multiples (with TAB) but not being able to open them still is a bummer. Especially for a...
> I think for now sending to quickflist is the best alternative when you can't open the files directly Yeah, I can stand that with vim-bqf's features but it's still...
It also happens with or without adding `extensions = {'fugitive'}`
Interesting. It was the only way I could reproduce it but it must be something else conflicting with it then. Thanks.
This just started happening for me again.
I'm not sure of exact size but I got that from https://docs.aws.amazon.com/lambda/latest/dg/best-practices.html which says `Minimize your deployment package size to its runtime necessities. This will reduce the amount of time...
Also, the aws-sdk for javascript is already pre-installed with aws-lambda so this is more a question of loading the entire sdk into memory when doing require statements (So i'm not...