mattiZed
mattiZed
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description Alright, first off, thanks a ton for creating this great project. I use it in a...
Okay, here we go. This should hopefully finally fix #39 and #37 as well as #35. I have taken some inspiration from [flexpolyline](https://github.com/heremaps/flexible-polyline), I think the performance improvement on the...
Hey! This is an implementation of what I opened as an issue in #198. Adding the `--error-on-diff` flag to the `summary` command will make the tool terminate with an error...
Hey, Awesome project, love the styling but also the features! I'm using `openapi-changes summary ...` in a CI pipeline. Currently, the pipeline will only break on detecting breaking changes (as...
Hey! First of all, thanks for your work on this awesome crate. I am currently investigating if we can port some of our services from python + FastAPI to rust...