Maximilian Güntner
Maximilian Güntner
allow to pass a STL model directly via a prop. this makes it possible to generate STL models within an application or more obtain it through more complex API calls
adding a route metric greater than 0x7fff_ffff leads to an unintended wrap when treating the metric as an unsigned int (`%d`) thus incorrectly rendering the metric as negative. Formatting using...
This change enables easier integration with third-party tools by removing the requirement for a dummy IP address when configuring tap devices. The modification applies to both CLI and API interactions....
It should be possible to create empty tap devices without an IP and mask. cloud-hypervisor automatically sets a default static IP address (192.168.249.1) if none is provided. Alternatively, a dummy...
Hi everyone, I would like to get a bit of feedback on how you use cannelloni. Feel free to write a comment. Thank you! ## In which technical context are...
port of b5670a2345767293f7f9621b501713a0c7a34400 / https://github.com/go-fuego/fuego/pull/449 Fixes a panic when route contains `:foo` and a corresponding `option.Path("foo", "The Foo")`: ``` panic: path parameter 'foo' is declared in OpenAPI but not on...