Pietro Di Bello
Pietro Di Bello
One of the feedback we often receive on this learning path is that, while the technical side is solid and rich (TDD, refactoring, simple design, languages...), **it is missing an...
This is a kinda of **meta-issue**: I'd like to refresh, improve and extend this learning path. I've spotted several **improvement opportunities**, to name a few (but important to me): *...
probably forgotten from a merge?
...so that you could avoid installing in on the host machine. If this proposed change is considered valuable, I could also update the README file.
## Proposal: Support for Loading Environment Variables from External Files In some cases, specifying environment variables directly in the `bacon.toml` file can be suboptimal or inconvenient: * You may need...
# Add `env_file` configuration option to load environment variables from a file _Note: Please note I'm still a beginner rustacean, so I appreciate feedback both on the code's idiomaticity and...