Grischa Ekart

Results 8 comments of Grischa Ekart

Just to understand this issue: Are you saying that hidapi is not USB hotplug ready? Then how to deal with disconnecting devices (on MacOS this might cause app and even...

I am using a library (ZWO EFW SDK) that in turn uses hidapi. I get crashes constantly when plugging and unplugging the device wildly: ``` (lldb) bt * thread #1,...

Hmm. That simple C ten-liner that I have linked above results in multiple threads: ``` (lldb) thread list Process 8318 stopped thread #1: tid = 0x94125, 0x00007ff807d7b2be libsystem_kernel.dylib`__semwait_signal + 10,...

No need for another issue: I have fixed the problem by replacing the ar packaged version of hidapi within that SDK with a fresh recompile from GitHub. Companies keep their...

@hakman ``` k logs aws-cloud-controller-manager-jgkt7 -n kube-system I1003 09:58:04.952376 1 serving.go:348] Generated self-signed cert in-memory I1003 09:58:05.746961 1 serving.go:348] Generated self-signed cert in-memory W1003 09:58:05.747018 1 client_config.go:618] Neither --kubeconfig nor...

I should also add, that the ELB is added immediately in AWS, but is kept in pending in k8s.

The patch feature currently is very hard to use in an iterative workflow. 1. You patch an instruction and test it. 2. You gather further insights and add them as...

I have a similar issue on k8s 1.27.5 (1.25 and 1.26 as well) and kops 1.27.1. When creating a service of type LoadBalancer it initially fails a few times: `Error...