Andrew Armstrong

Results 8 issues of Andrew Armstrong

Hey team, Firstly, great little handy website - thank you. Unfortunately, I've found it quite slow to load (really hurting the experience) with the Swagger UI redesign. Previously you had...

Hi, `aws-vault` works great for non-SSO credentials, but the same Access Key / Secret you grab from the SSO portal doesn't seem to work. Is there a limitation where `aws-vault`...

stale

**Describe the bug** Attempting to run 'dotnet fm migrate' on a migration fails with the following exception, if I use a certain option in the migration: ``` dotnet fm migrate...

Hey, Using SE.Redis v2.1.0. We added a new shard to our redis cluster, and mostly things were uneventful, except for our backend worker machines receiving `EXECABORT Transaction discarded because of...

needs-info

Hi, We had a time where the AspnetCore middleware was capturing and sending 100s of requests/sec to your servers as each web request was hitting an exception. I tried to...

**Is your feature request related to a problem? Please describe.** Leapp helps avoid copying temporary keys into the credentials file, but now it’s possible to accidentally leave a profile on...

enhancement

**Is your feature request related to a problem? Please describe.** You may have a credential on when you thought you didn’t, but the tray icon for the app won’t be...

enhancement

Hey, The documentation in the README says to use: ```csharp static int Main(string[] args) { var options = new Options(); var isValid = CommandLine.Parser.Default.ParseArgumentsStrict(args, options); ``` However this ParseArgumentsStrict method...

question