Matthew Hellmer

Results 6 comments of Matthew Hellmer

I wonder how easy it would be to just add a hook that synced your local folders to s3 with awscli. https://docs.aws.amazon.com/cli/latest/reference/s3/sync.html

Looks like it splits the file and then tries to add a cover to the original. We can probably change that order so it adds the photo and then splits...

Not exactly what you want as I'm doing it in zsh, but I can override my prompt with the following in my .envrc: ```bash unset PS1 export PROMPT="PROJECT_NAME > "...

Due to network restrictions, I am unable to use `https://www.plantuml.com/plantuml`. However I can spin up a local container and point to `http://localhost:8080`. Note, the docs on the docker container indicate...

I was able to resolve mine by doing the following two things: 1. NOT SURE IF THIS STEP NEEDED, `chmod 777 -R .` in the folder with my compose file....