Tom Hacohen
Tom Hacohen
@cbeyls, or maybe in general have a time based list. So one can see everything that happens at a certain time, like there is in the FOSDEM booklet? Usecase: I...
I managed to work around almost all of my issues by just implementing wrappers for my classes, though that's not ideal, obviously. :) My main issues are: 1. Returning bytes...
Having actually used the bindings now, one of the more annoying things about them is the lack of `@property` support. It really makes the API ugly. I think I'll end...
I ended up wrapping all of my API manually in order to fix the lack of `@property` support, the `bytes` return type for `Vec` and a few other things. Please...
@AdamRzepka, did you get a chance to look at it? Are my explanations clear? Thanks again!
No worries, was just making sure there was nothing on my end that was missing. Thanks again!
Just following up on this. I realise you may be too busy to take a look, but do you still have an idea on how I can at least handle...
Thanks! Correct me if I'm wrong, but I think the best way to handle it would be to define the error types in Python and then here just either call...
I can see how I can create new error types from the module, by going to: ``` mod py_error { py_exception!(#module_name, Error); } py_module_initializer!(#module_name, #module_init, #module_py_init, |py, m| { m.add(py,...
Hey, just following up on this. Btw, any eta for the C# bindings? I'm looking forward to giving that a spin. :)