Sebastian Thiel
Sebastian Thiel
That's a great catch! When the library was converted to async, this trait was overlooked. Fixing it could certainly be done by switching it out with its async counterpart. A...
Thanks for the hint! As these crates are in maintenance mode, contributions will be needed to make this happen. Thanks for your understanding.
Thanks for digging into this, it's much appreciated! Do you think you can submit a PR with a fix?
That would certainly be nice to have! And it would even be backwards compatible. The implementation would probably have to use the schema information to build types to build a...
This looks good to me, and I think it would help tremendously to know exactly how to access a types fields, instead of associating them by naming scheme for example....
I do conquer! It might be interesting to implement it so that the caller can inspect the chunk _and_ its bytes, as to allow calculations to happen while streaming.
Thanks, it's good to hear these videos make a difference :). As for learning Rust, this project probably isn't well suited as it's mostly python and a template language called...
It will probably be added the next time the APIs are updated, as it doesn't seem to be ignored.
I totally agree! It should be straightforward to adjust one of the templates to make such improvement and a contribution is very welcome.
Thank for trying the CLI, and I love that `mitmproxy` debug work, somehow I didn't think it was possible to intercept these calls. I traced the parameter (containing the '#')...