Jasper
Jasper
And, indeed, `sudo mkdir /opt/local/include/iconv && sudo cp /opt/local/include/iconv.h /opt/local/include/iconv/` and then building something that depends on `libgit2` with `CFLAGS=-I/opt/local/include/iconv` works fine.
> Or perhaps /opt/local shouldn't be included in the header search paths? Assume you mean _library_ search paths, since the problem seems to be that the _library_ from /opt/local is...
@kpreid the symptoms described here would come about any time there is a mismatch between which iconv library is being used and which headers are being used. It's easier for...
In our case we're mirroring public images into our private ECR repositories so that we can pull them from systems with no Internet access. We need linux/amd64 and linux/arm64, but...
CLA already signed
CLA already signed.
I'm marking this as a draft, because in our testing it doesn't seem to consistently cause DSCP marking to be applied, and based on some research it looks like `RtpSender.setParameters`...
In k8s it could also happen if the prosody deployment is restarted and the new pod(s) take a long time to go Ready (eg due to readiness or startup probes);...
Thanks for the hint, I guess you are just taking the histogram data from `buckets` and not looking at the average/max then?
Thanks! We'll set up something similar for our metrics. How expensive is the transit-stats calculation? the max and average (if windowed) could be nice to expose more 'publicly' on the...