Alexander Lyon
Alexander Lyon
Currently, the serde errors will tell you _what_ went wrong, but not _where_. We could like to change this, by reintroducing `serde_path_to_error`. Previously, the path was printed when an serde...
We have a few ways of determining 'overall health' of the project, only some of which are actually in use: - [x] `cargo make verify`: a simple shell script that...
As discussed in issues #211 and #213, the codegen currently supports only a subset of fetch methods. This approach of manually implementing only specific items is not ideal and should...
This PR aims to: - reduce compile times through parallel compilation units - improve the ergonomics of enabling / disabling features by enforcing crate dependencies To do this we need...
I have been doing some planning on how we can rework the api for 0.15. This will be a minimal outcome for end users but will change the way types...
API requests will be closed to keep the issue tracker clean and the issue will be added to this list. If it is unchecked, it is unaddressed. Any PR's addressing...
Hey, great tool! I'm getting a crash when I run on fedora, seems the cert is too small: ``` Serving [...] at [ https://localhost:8080 ] or [ http://localhost:8080 ] Automatic...
#### What's this PR do/fix? When using JPA and the `EntitySaveExtractor` to generate documentation, the `produces` field is not set causing `SwaggerResponseMessageReader` not to generate a proper response for this...
The readme mentions how to cross compile for wasm, but doesn't explain cross compilation for any other platforms. I am using rules_rust in conjunction with rules_docker and would like to...
Hi! I am about to introduce mocking into my project, to build up some ui tests. I have noticed in a particular case orval doesn't output valid code, for which...