Devin
Devin
Currently if you open lite inside a large directory, it can occasionally hang while it is attempting to recurse through all of the directories to enumerate all of the files....
Updating some tests to try and appease CI flaky tests. - Correct some h2mux tests on windows without CGO_ENABLED: Compression isn't supported without cgo on windows environments so the h2mux...
The Jaeger exporters all bind to INADDR_ANY ([opentelemetry-jaeger/src/exporter/runtime.rs](https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry-jaeger/src/exporter/runtime.rs#L26)) which means that you are unable to connect to Jaeger agent collectors hosted on IPv6 address ranges, such as `[::1]:6831`. It would...
Just a reminder to update Botnak's website when the new features are ready to be released.
The quic-go library uses an MTU discovery process after the handshake is completed between the client and the server (https://github.com/quic-go/quic-go/blob/master/mtu_discoverer.go). This code does not handle the case that the PMTU...