foureight84

Results 10 issues of foureight84

I have a service that is set to spin down after 10 minutes and I've noticed that if I take the service offline and back online during that time frame...

What would it take to add support for the Cypher? Is there any way I can help to make this happen?

I added the TS0202 (_TZ3000_msl6wxk9) to ZHA and it seems to work as expected. But I noticed that the PIR motion sensor doesn't presence detection doesn't trigger until I'm 3...

### Describe the problem you are having There are several warnings in my logs regarding frigate not being able to save and clean snapshots. I can verify the time stamp...

support
triage

I'm not sure if this repository is still being maintained since Bruce's passing. It's an incredible project and I just recently stumbled across it a few weeks ago. I've been...

- Added support for MultiMobile MT9234MU - Added REC_VM_MAX_DURATION and SERIAL_BAUD_RATE to configuration. SERIAL_BAUD_RATE for MT9234MU should be 115200 for the best audio quality from testing - Added dial tone...

I have the following settings for RTSP: ``` RTSP_HI_RES_ENABLED="true" RTSP_HI_RES_ENABLE_AUDIO="true" RTSP_HI_RES_FPS="20" RTSP_HI_RES_MAX_BITRATE="2048" RTSP_HI_RES_TARGET_BITRATE="2048" RTSP_HI_RES_ENC_PARAMETER="2" RTSP_LOW_RES_ENABLED="true" RTSP_LOW_RES_ENABLE_AUDIO="false" RTSP_LOW_RES_FPS="10" RTSP_LOW_RES_MAX_BITRATE="" RTSP_LOW_RES_TARGET_BITRATE="" RTSP_LOW_RES_ENC_PARAMETER="2" ``` When I view both live streams in VLC and...

I'm currently using v1.2.4 and it's working beautifully on Nextjs14 with tailwindcss. The one thing I noticed is that the link, and other elements beneath the overlay are still clickable....

💡 Idea

**Describe the bug** I have an AMD PRO W5700 and a Radeon RX 9070 xt. I know that the Radeon 9070 xt's fan can be detected with ADLX but itself...

``` userSchema ({ profile: { type: String, default: ''} }) companySchema ({ name: {type: String} }) companyUserSchema ({ _company: {type: Schema.Types.ObjectId, ref: 'Company'}, _user: {type: Schema.Types.ObjectId, ref: 'User'}, _team_members: [{type:...

enhancement