Lena Fuhrimann
Lena Fuhrimann
It would be nice if I could specify all available regions to be swept. An example might be: ```shell $ awsweep --region all config.yml ```
It would be great if I could set a config for all supported resource types. An example config might be: ```yml "*": - tags: environment: test ``` or ```yml all:...
As an admin, I would like to be able to allow only certain users to add repos. I have multiple projects on my Strider server so I would like to...
It would be awesome if this language server could be installed via https://brew.sh/.
When using numbered workspaces, the `workspace back_and_forth` command doesn't work as expected for me if the previous workspace has been renamed in the meantime. I mainly noticed this when using...
I'm trying to use `zap` on AWS Lambda. With the following configuration: ```go logger, err := zap.NewProduction() if err != nil { log.Fatalf("error creating logger: %s", err) } ... ```...
I would like to create a whalebrew package for [`mongod`](https://docs.mongodb.com/manual/reference/program/mongod/) which starts MongoDB as a daemon. I think it would be awesome if I could just run `mongodb` and whalebrew...
Hi all I've tried to test a route protected with passport-local using Postman. Hitting the route from my browser when logged in I get a 200 but when I try...
Wouldn't it be possible to detect the appropriate Java by the files present in the workspace's root directory? E.g., if there's a `settings.gradle` file, use Gradle and if there's a...
When using tsuquyomi with neovim, I get the following message: `[Tsuquyomi] Shougo/vimproc.vim or vim8 is not installed. Please install it.` Shouldn't it also work with neovim without installing vimproc? I...