Thomas Eizinger

Results 368 issues of Thomas Eizinger

I _think_ this depends on https://github.com/firezone/firezone/issues/5540.

kind/refactor
area/connlib
complexity/low

Depends on: https://github.com/firezone/firezone/issues/5539.

kind/refactor
area/connlib
complexity/low

With the upgrade to 0.23, `tokio-tungstenite` pulls in `rustls` 0.27 which supports multiple crypto providers. By default, this uses the `aws-lc-crypto` provider. The previous default was `ring`. This PR bumps...

Currently, `quinn` (and `quinn-udp`) is only tested on Linux, Windows and MacOS: https://github.com/quinn-rs/quinn/blob/main/.github/workflows/rust.yml#L36 There have been a number of PRs that fix things on other platforms: - https://github.com/quinn-rs/quinn/pull/1516 - https://github.com/quinn-rs/quinn/pull/1504...

enhancement
help wanted
good first issue

## Description Currently, the `Transport` trait exposes an `address_translation` function that can compute the local listen address from an observed one. This is useful for transports such as TCP where...

## Description The `webrtc-rs` implementation has a few fundamental issues due to its design. async callbacks require locks and prevent the idiomatic use of `&mut`. This results in problems such...

priority:nicetohave
difficulty:hard
help wanted

I am trying to use V2 to build an Android app that embeds a Rust library. NDK and everything is set up but now the build fails with "cargo: cannot...

At least in Firefox (didn't test other browsers), the API token is cut off and can't be fully selected. I had to go into the DOM inspector to copy the...

`iperf3` has a json mode that outputs a lot of data about a test run. It would be nice to directly feed the resulting JSON into bencher instead of using...

adapter

I am using fastmail which uses https://caldav.fastmail.com as their entrypoint for CalDAV. See https://www.fastmail.help/hc/en-us/articles/1500000278342-Server-names-and-ports#h_01H95ZZXYQJCB2E8CEM5PDK8H0 for details. Plugging that into "Errands" didn't work, it resulted in a 404. Indeed, the above...