Brian Lee
Brian Lee
Resolves #80 1. Implement stderr log switches. Log installation errors to stderr if: * `POETRY_LOG_STDERR` is truthy * `--stderr` is supplied on the command line * `CI` is truthy (executing...
- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] I have searched the [FAQ](https://python-poetry.org/docs/faq/) and general [documentation](https://python-poetry.org/docs/) and believe...
In this update, I've modified the migrate tool to display the socket path if it configured in the database connection. The problem that this solves is, for organizations like mine...
I found your project and thought it was a nice solution for managing standalone tools for golang projects. One case we have in our project is compiling SQL to Go...