Tom Forbes
Tom Forbes
Ah. Yeah. The regex used to parse the output from ping only handles ipv4 addresses. I’ll update it
Ahh, right. So we need to invoke `ping6` instead of `ping` for ipv6 addresses. This complicates things, let me have a think of the best way to do this.
Hey, can either of you run `ping ::1` and send me some lines of output here?
Sure, you’d do something similar to this: https://github.com/orf/pinger/blob/745c1c9a236f3d186d3f7e8fb658685698500a50/src/windows.rs#L37
Argh. Yeah, there isn't much I can do here. It's an unfortunate naming collision, I'll add a caveat to the formula when I do a bump next.
@harens is there any way I can update macports automatically when I do a new release? I use this CI action (https://github.com/mislav/bump-homebrew-formula-action) for homebrew.
Hey! I'm attempting to add support for Alpine now. Unfortunately the `ping` that ships with it by default doesn't support receiving timeout notifications (i.e if there's a timeout there just...
Ahh, silly me. I needed to run `apk add musl-dev`. I should have Alpine support released soon 👍
Should be fixed in the latest release! I now fall back to detecting the ping version rather than the OS
you can't implement a no-overwrite option in S3. it's not possible to do without race conditions.