Dirkjan Ochtman

Results 249 issues of Dirkjan Ochtman

Fixes #81. This is a semver-incompatible change, so will need a version bump.

- [ ] #391 - [ ] #392 - [ ] #183 We can technically switch to webpki 0.104.x in rustls 0.23.x but I wonder if that'll get a little...

To give feedback upstream.

@howardjohn please take a look if this can address your use case. If so, could you add some test coverage for it? (I do wonder if at this point it...

This avoids the substantial churn and large downloads from the windows-sys dependency in favor of generating checked in code using the windows-bindgen crate (which ultimately also generates the windows-sys code)....

Hi @liranringel, I sent you an email in October already which you may have missed. I noticed that it's been a long time since ipconfig has had a release, leading...

### Describe your use case I just ran into this error message in CI: ``` --- failure function_missing: pub fn removed or renamed --- Description: A publicly-visible function cannot be...

C-enhancement

Replaces `ClientConnection` with `Connection`, which seems like a pretty nice way to move forward. Makes generics quite a bit simpler: instead of `impl DerefMut` we can now say `ConnectionCommon`). Remaining...