michaelshum321
michaelshum321
Typically, it's best practice for Python logging to use `logging.getLogger(__name__)`. However, the ResponseParser simply does `import logging` and then `logging.info(...)` - this results in the root logger being used, as...
### Pull Request Type - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [...
### Description Hi all, I'm having difficulty setting up a proper Dockerfile for a service in a monorepo that doesn't require the source code for the services and libraries included...
could be a flag passed in `git-branch-delete --by-date` and that would change the branches to be sorted by last commit date instead of by name. thanks!