David Hewitt

Results 1495 comments of David Hewitt

It's a mismatch between how the configuration and features are set up for that job. I have an idea how to make progress here that I'm going to play with...

@ChayimFriedman2 I pushed a commit which should fix the `test-debug` issue. Looks like I got clippy wrong; don't worry about fixing here. If `test-debug` passes we can drop the commit...

I merged #4497 so I dropped the commit from here; hopefully CI is green and we can merge this shortly!

I am inclined to agree with @birkenfeld though at the same time I would love for us to not have this surprise factor. The idea of `Bound` could work, maybe...

I would definitely be positive on making progress on supporting pickle; it is one of our oldest open issues (#100). As I see it, there are two main challenges associated...

Fantastic, thank you so much for your help on pushing that over the line. When I get some time I'll try to write up a list of what we might...

Ah, I just started playing with this locally and found one additional finding: having `Borrowed` as the input type means that it's impossible to implement `FromPyObject for &'a Bound` for...

Oh, and one more case which comes up in local testing. At the moment `from_py_with` extractors take `&Bound

> Should we be considering changing those to Borrowed too, for consistency? It feels to me like we might want to consider macro tricks such that users can use both...

Yes agreed, it's definitely a follow-up to make changes to expand `from_py_with`. I wonder, are there any other options we have here? E.g. does it work to have a trait...