Jonno Schmidt

Results 9 comments of Jonno Schmidt

I'm having the same issue. Looks like same as #19 ?

Turns out it still worked when I used the `hidraw` value that showed up there (which was `hidraw1` in my case)

This is similar to the error I get - I believe it's just a different string in React 16.13.1: > Warning: Cannot update a component (`Participants`) while rendering a different...

Any ideas here? Still seeing this issue intermittently... > Exception in thread Thread-4: Traceback (most recent call last): File "/usr/lib/python3.4/threading.py", line 920, in _bootstrap_inner self.run() File "/usr/lib/python3.4/threading.py", line 868, in...

@robertlevy11 no, unfortunately not. still have this issue... I'm using it to connect between a Raspberry Pi and a server for communication but the connection keeps going down :(

@l33klin @robertlevy11 do you guys know if there is some other library to use? Looks like this one is no longer active. :(

`logr.Logger` is not an interface but a struct and so you can't pass an alternate implementation. It would make more sense for OTel to define its own logger interface that...

Yeah, but this is forcing anyone using the opentelemetry package into taking a dependency on `logr` and creating a `logr` implementation. What most libraries do is define an interface that...

Ok, that makes sense - I was not particularly interested in `slog` myself, but just a more generic interface that didn't require taking on another dependency on a different logging...