izolyomi

Results 13 comments of izolyomi

I'm also experimenting with exposing a Rust library to C++ and just found this interesting discussion. I'd like to use something like a `CxxString` argument in an exposed Rust function...

> @izolyomi Did you try to write the signature without `cxx::` prefix, i.e., only name the type `CxxString` in the `extern` block? > > (I didn't experiment with `std::string` so...

I've just hit this issue trying to deserialize a nested flattened struct, I really appreciate the related PR. Is there any chance to see a viable solution integrated into this...

I've just encountered exactly the same issue, none of the suggestions helped. May it be related to having Python installed only for the local user without admin rights?

Both python and python/scripts are in my path. Interestingly, `venv` initialization succeeded after trying again some hours and logouts later. ``` PS D:\...\stable-diffusion-webui> python -m pip install --user virtualenv Requirement...

I've downgraded to 3.10.10, now It seems to properly download pytorch. Thanks for the clarification. 👍 I'm quite surprised though, I'd really expect (especially for something as popular as Python)...

I haven't seen any updates related to this issue yet. I guess it's not planned to be implemented, is it? As far as I see, multipart forms with file uploads...

Thank you, works like charm. 👍

I've also just hit this issue trying to `cargo install` tools depending on rustls. I fully agree that requiring extra binaries installed for a default build is bad choice in...

Thank you for the efforts. Is this fix already included in the upcoming version 1.79? I can't see it mentioned in the changelists anywhere.