David Hewitt

Results 1495 comments of David Hewitt

I think this seems like a reasonable additional optional feature. 👍

We have #4371 which stalled out about 6 months ago, I think you're very welcome to continue where that left off.

Thanks for helping with this! I think we might be able to downgrade `serde_bytes`, see also https://github.com/PyO3/pyo3/pull/4972#issuecomment-2717209379 which had a way to do this "automatically". I want to look at...

Will investigate #80 and release shortly (maybe in the next day or so). Thanks!

Release pushed, thanks @g-bauer and all for the patience.

This seems like quite a high-risk breaking change, I think? If a user is already url-encoding their passwords then I think this change results in double-encoding, which will be silently...

I think we have intention to work on the URL types for 2.11, we should probably tag this for discussion about what to do as part of that rework /...

Can you please open the vscode output window for the rust analyzer server and check for any relevant contents? Usually there is build error output there if there's an issue....

> so for floats there's a jump from defined to undefined and back, whereas for the boolean it stays undefined until the parsing succeeds The point above is that we...

We have a `.readonly()` method on `PyArray`, does that fit your need?