Pipe Gutierrez
Pipe Gutierrez
In the [commands documentation](https://redis.io/commands) the only way of knowing if a commands is available for your version is clicking on it. I believe it would be beneficial to provide a...
The flag/option allows users to have upload automatically overwrite files in the upload dir with the same name via configuration options. By default this option is set to false, which...
I get the following error when using `installApp` ``` Invalid userAppName parameter: Application name already exists ``` But when using `updateApplication` everything works fine. I also tried providing the `userAppName`...
This fixes issue #100 . The issue mainly occurs because Metaflow passes through the systems `user name` directly to aws included in the job name. Aws does not allow spaces...
Apple lets user names have spaces but when a user with spaces tries to run a batch job with Metaflow aws does not let job names have spaces. The following...