Denis Sazonov
Denis Sazonov
The --dry-run tells you you have your git directory dirty, as if you did it for real. Use in conjunction with --allow-dirty flag for behaviour you want.
Thanks for acknowledgement. Given the breaking changes, this should have really better been a 2.0. It is what it is now. I hope there aren't too many fires out there...
I like the idea, which would make looking at the dumped data a lot more explicit, and in-line with how other ORM's work. Just to keep in mind, that is...
This is a very valid point. I have been looking at using this library as a base for our scientific methods to execute on. The only thing stopping me from...
Let's be frank, executing python files, in python, using `subprocess` is a hacky way. That's not what anybody would do in production code. In reality, you would want to do...
Thank you, I will investigate this. It seems that the version you have does not require removing extra carriage returns. I don't want to rush in releasing a fix, as...
TBH, I won't have the time for a month to be able to look into it, as I am on a long holiday. Feel free to modify your own fork...
As much as I agree Signal would be a great app to add to be supported, I have limited time to research into implementing this. If you have a translation...
Exactly what we did 😒
I also found myself here, nearly wanting to write exactly the same issue as @itomtom. Versioning of a `APIRouter` makes a lot **more sense**, then a whole instance of `FastAPI`.