Tamir Duberstein

Results 362 comments of Tamir Duberstein

#18 solves this. The maintainer is MIA? @stevedonovan.

@mbyzhang any progress on this?

That's likely not going to be enough in all cases - you still can't tell if `tcpip.Address("")` is a v4 or a v6. I would personally like to see tcpip.Address...

We should consider switching to https://pkg.go.dev/inet.af/netaddr. We would need a different type to represent unix addresses.

tcpip.Address is no longer used to represent unix addresses since https://github.com/google/gvisor/commit/8478fe0a277fd2581f8df5560a310daa7277ed15 and has the shape described in https://github.com/google/gvisor/issues/1556#issuecomment-573854879 since https://github.com/google/gvisor/commit/792ebbff8e828248ef3b547f529f077447d46396#diff-5275b0dfd85666a8969324583bfb3ea342831a4c69d8524c3f64326294d4f0e8. it's possible there's nothing left to do here. @kevinGC if...

Looks like this is caused by colorization somehow. `--no-colors` makes this fast in all cases. I think this has to do with the double pass required for colorization: https://github.com/mikefarah/yq/blob/33a3bb3bdfbf0ac5e6092e0314be70139c29ee19/pkg/yqlib/encoder_yaml.go#L119.

Is it possible to pick up a new version of mingw64 in the docker images? Looks like there have been a number of releases since my fix.

@TeXitoi could you have a look please?

You mean like this? https://github.com/rust-lang/git2-rs/pull/1007 https://github.com/brendanzab/codespan/pull/357 https://github.com/marshallpierce/rust-base64/pull/262