Wez Furlong

Results 893 comments of Wez Furlong

I'm also missing this function. I whipped up the following to satisfy my need, thought I'd share here in case someone has the bandwidth to make a proper PR out...

I don't think this PR should be merged as is; please see https://github.com/alexcrichton/ssh2-rs/issues/174 wherein we're dealing with the fallout from https://github.com/alexcrichton/ssh2-rs/pull/170

I haven't looked at this code in years... I think what's happening is that there is only a partial buffer content available to the code (it didn't reach the end...

In [wezterm](https://github.com/wez/wezterm/) and [KumoMTA](https://github.com/KumoCorp/kumomta) the builtin (implemented in internal rust code) environment-specific libraries are imported via `require 'wezterm'` or `require 'kumo'` and I'd like to be able to define selene...

FWIW, I'm also seeing a combination of 175 non-manifold edges and 754 intersecting faces for my different config when uploading the stl to 3dhubs.com for printing. I tried running it...

I'm open to tweaking wezterm to be more sane, assuming that there are a couple of test cases with examples of where the cursor should end up. FWIW, I think...

Would you consider relaxing this check and instead having the type fixup the host part to be zero, or otherwise providing an alternative constructor to allow this more relaxed construction?...

For clarity, in my use case, users provide CIDRs like `10.0.0.1/24` as string input to my program, which calls through to `AnyIpCidr::from_str`. When that fails, I'd like the error message...

@stbuehler https://github.com/stbuehler/rust-cidr/commit/db749ad2b623e3a6fb4763bfc8b2f0f4578ad222 looks perfect for my use case! Would you consider rolling that out as a release? In the meantime, I'm pointing my build to that branch of this repo

@stbuehler Thanks, that gives a lot of choice and flexibility and works for me!