Bouke van der Bijl

Results 64 issues of Bouke van der Bijl

I have some code like the following: ```rust use tonic::transport::{Channel, Endpoint, ClientTlsConfig, Error}; fn connect_endpoint(url: String) -> Result { let channel = Endpoint::try_from(url)? .tls_config(ClientTlsConfig::new().with_enabled_roots())? .connect_lazy(); Ok(channel) } ``` This works...

This allows applying the GrpcWebLayer to any kind of Service, not just ones that tonic generates. ## Motivation This makes it possible to use tonic-web as a grpc-web proxy to...

This is useful for figuring out if wifi channels are congested

**Describe the bug** The macOS universal Python wheels are only compiled for x86_64, which makes them not work on arm64. For example, this wheel: https://pypi.org/project/depthai/2.30.0.0/#depthai-2.30.0.0-cp312-cp312-macosx_10_13_universal2.whl `depthai-2.30.0.0-cp312-cp312-macosx_10_13_universal2.whl` is not, this can...

bug