Devin

Results 5 issues of 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...

Type: Bug
Confirmed

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.

enhancement

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...

enhancement
help wanted