Thomas Taylor

Results 8 comments of Thomas Taylor

It's there, but the URL isn't displayed by the Markdown/HTML. The link on the line: Website: Click to find the right git commands without digging through the web. goes to...

I can't see the entirety of the note from the list. So now, if I potentially want to delete a note, I have to open it to read it and...

Seems like a better topic for Slack?

I think that the best way to do this is to run the container behind an nginx reverse proxy that handles the certs, rather than including the Lets Encrypt functionality...

I'd go with [docker-managed volumes](https://docs.docker.com/storage/volumes/) rather than [bind mounts](https://docs.docker.com/storage/bind-mounts/): ``` -v lt_userfiles:/userfiles -v lt_pub_userfiles:/public/userfiles -v lt_logs:/resources/logs -v lt_config:/config ``` Could also use what the docker docs call "the more explicit...

For your specific situation, bind mounts may be preferable. But I think for a general recommendation, volumes are the way to start. Doesn't require any editing of the command -...

I ran into this just trying to get all the tests in `TestDataFactory_Test` to pass, before I even started using the test factory. It's a definite issue in orgs that...

JFIF files are JPEGs - if you rename them (say with [PowerToys's PowerRename](https://github.com/microsoft/PowerToys)) then you can convert them to another format.