Pedro Carneiro

Results 15 comments of Pedro Carneiro

try this: https://medium.com/dirigible/wyze-cam-homekit-58c4878c4124 i did and it worked. on my hardware the performance was not great so i decided to revert to the production firmware. implementing the video portion is...

i am not 100% sure if this is possible but it’s something that can be investigated. do you remember if the camera has a motion sensor on it? if it’s...

hi @seecoolguy, sorry for the late response. i've been busy with other stuff. indeed homebridge is pretty CPU intensive in its boot and on limited hardware like a raspberry pi...

your suggestion is really good and i miss this feature too in hoppscotch. upon review, looks like this is being partially or entirely implemented on #3610. in #3610 there is...

have you tried this instead? `pw.expect(pw.response.headers.find(header => header.key === 'content-type').value).toBe("application/json;charset=utf-8");` or `pw.expect(pw.response.headers.find(header => header.key === 'content-type').value).toBe('\"application/json;charset=utf-8\"');` looks like you're passing the `.toBe()` argument as an object instead of a string...