Frank Märkle

Results 60 comments of Frank Märkle

We're still facing issues with the client login and noticed the `netbird login` command is also not working (unlike `netbird up`, which does work), but these appear to be independent....

We now call the `netbird up` command instead of using Protobuf messages for that. We did not figure out why the Protobuf messages would not work, but this fixes the...

NetBird has integrated a new WebSocket-based implementation for the relay, which may resolve this problem (and would also be preferable for firewall clearances, since it only needs Port 443): https://netbird.io/knowledge-hub/october-newsletter...

Good point, I changed the issue text to read from a file instead.

Implemented in f79e07287ce8d272ee0636a55bd5f8da928b050e.

I merged the implementation for the ClusterOverview onto `development` to reduce merge conflicts. Still needs to be implemented for the PeerOverview.

Good point. We should make sure it is still possible to select text. This might be as simple as making the activation only trigger with the `onclick` event (rather than...

I've run into a similar problem, where I'm not sure, if it is possible to make my code work without using the deprecated method. @tottoto Could you maybe take a...

Ah, thanks, that makes more sense now. For anyone else stumbling upon this, I was able to change our code from this structure: ```rust let axum_router = tonic::transport::Server::builder() .layer(async_interceptor(move |request|...