Samuel Yvon

Results 48 comments of Samuel Yvon

> memory allocation of 51539607552 bytes failed Lots of bytes! This is supposed to work on windows. I will get back to you on this within the week

Hey! Thanks again for your contribution. I am currently moving _all_ the rust code away from this repository to have a standalone rust version. I am not going to open...

@echoleyo Cannot reproduce. Here's what I noticed from your logs: - ` Downloading http://pypi.XXXXXXXX.com/jfrog.XXXXXXX.com/test-pypi-prod-local/%2Bf/096/4828366650d54/netifaces2-0.0.19.tar.gz (14 kB)` you are downloading from a third party host, so I don't know what code...

@relativityspace-jsmith Do you have a problem if I cherry-pick some of your code for the linux side for the rust-rewrite? I'll attribute you in the doc comment but your name...

Check on windows with python3.7, all is well. ``` × Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [6 lines of output] Cargo, the Rust package...

Added you, will start pulling in the linux code and finishing the CI probably this weekend; We can use the discussions tab to communicate if you'd like

Can you run `rustup target add i686-pc-windows-msvc` and retry? Thanks

> OK I pushed an update. Turns out that forum post I was following was sorta incorrect, libc has actually added the struct needed for this ioctl so I can...

Ok interesting. Must be something related to the way the network interfaces are fetched on windows and your specific hardware. On windows, the information is retrieved through IpHelper, the windows...

If you look at how I'm refactoring into the new repository, we might be able to leverage both; depends on what the caller wants