Blake Johnson
Blake Johnson
**Describe the bug** Using git submodules as imports in `devenv.yaml` results in an error. **To reproduce** 1. Create a git repository 2. Add git submodules ``` git submodule add backend...
Simpler change to support LetsEncrypt keys in the webserver. See https://github.com/racket/web-server/pull/137 for more discussion. If someone has better copy for the documentation, I would be happy to change it. I...
I want to use a [LetsEncrypt](https://letsencrypt.org/) key with the Racket web server, but the default private key is now an EC key. Exposing these parameters enables the web server to...