David Hewitt

Results 1495 comments of David Hewitt

As per https://github.com/PyO3/maturin/pull/2756#issuecomment-3419638750 I think the way we can solve this without a breaking change (i.e. needing to wait for `maturin 2.0`) would be to add a new config: ```toml...

@messense let me know what you think of adding `editable-profile` option, maybe I can implement it.

`editable-profile` shipped in `maturin` 1.10.0 🎉

Studying this, I _think_ that it's possibly more complex than it needs to be and that the main problem case is that "empty" path gets replaced with `/`. So I...

As far as I can tell, regardless of the outcome of this RFC, we still have to view introduction of trait methods as introducing ambiguity, e.g. for the `intersperse` case...

I'm having the same problem. Looks like `docker-scout` was installed in a Docker Desktop update a week ago and I have 300GB of temporary files generated by it already. All...

To subclass `BaseModel` from Rust would require something like https://github.com/PyO3/pyo3/issues/991. It's very much in the "future feature" category at the moment, I'm afraid.

Great question. Closely related to this is other subclassing issues like #4443, #1647, #1644 and https://github.com/PyO3/pyo3/issues/1637#issuecomment-849444381 I think the API you propose fits a very relevant need, but I'd slightly...

TBH, It's not clear to me what the original motivation for this change is. I think moving the async logic to Rust isn't to obvious benefit, and is _really_ hard....