willow

Results 8 issues of willow

### I have searched through the issues and didn't find my problem. - [X] Confirm ### About the icon JetBrains has great products and provides them with great care. ###...

request:icon

**Problem:** It's currently not possible to take already existing raw pointer objects to integrate with the rust library. Let's take for example the original example snippets from the imgui repository:...

the one write to the `bim` file was overwriting the other one, ending up with an empty file that always failed the tests.

The documentation states: `error_code = 00 an optional list of error codes to document only theses` I searched around a lot, but couldn't find any documented case of this field...

bug
documentation

The OpenAPI Spec includes the possibility to provide information about (custom) headers passed through the responder of a handler, in actix_web usually that resolved to a HttpResponse(Builder) object. This is...

enhancement

This is necessary because some libraries, like in my case sea_orm, depend on the use of these formatting variants in their Database Entity structs for proper deserialization of the data...

Finished the work stated in #534 and only partially implemented in #546 . Implemented deserialize for format types Refactors serialize statements into a macro call for brevity.