tsightler

Results 9 issues of tsightler

As I have decided to rid myself of Tuya devices, I'm going to be stepping away from maintaining this project. I've enjoyed developing this project and have actively used it...

help wanted

## Which version are you using? v0.20.2 ## Which operating system are you using? - [X] Linux amd64 standard - [X] Linux amd64 Docker - [X] Linux arm64 standard -...

# Bug Report ### Describe the Bug Hi @dgreif, This may not really be a bug, maybe just a design decision, and I could definitely deal with it on the...

bug

Hi @AlexxIT & @skrashevich, After upgrading the go2rtc addon in Home Assistant from 1.8.5 to 1.9.0, it seems like, once you view the stream, the stream never deactivates. Previously, once...

question

This fix stops the code from pushing the old FCM token to Ring when a new token is generated during registration, for example, due to migration to FCMv1 APIs for...

Hi @AlexxIT, I'm back with an attempt to provide a more complete description of this issue as well as a simple configuration to reproduce. I'm still not 100% sure of...

In go2rtc 1.9.4 it is easy to have hangs on exec processes, especially if they spawn child processes, due to a race condition caused by the fact that closer calls...

This PR addresses compatibility with WeRIFT v.0.20.0 and later which modified onIceCandidate behavior to be the same as browser API. Receiving an iceCandidate event with no candidate means all candidates...

Hi @Eneris, it's me again! In the `#clearReady()` function there is this: ``` if (!this.#ready.isResolved) { this.#ready.reject(new Error('Client destroyed')) } ``` However, this creates an unhandled rejection which crashes NodeJS....