Daniel Thaler
Daniel Thaler
Currently I'm writing lots of code that looks like this: if (json_unpack(input, "{so!}", "some_array", &the_array) == -1 || !json_is_array(the_array)) { /\* error handling code */ } I would like to...
### Bug Description I can annotate a complex enum as #[pyclass(get_all, set_all)], but set_all does not work. It should either work or be rejected during compilation. ### Steps to Reproduce...
### Bug Description I started adding text_signature annotations to my python module, in order to offer better support for IDEs. When trying to read back my new annotations with `inspect.signature()`,...