Matias Käkelä

Results 11 comments of Matias Käkelä

My "workaround" was to install older Node version (0.10.x) and use that instead of current LTS (6.9.x). That works in my case, but obviously is a bit cumbersome and won't...

Indeed, updating to most recent eufy-security-ws seems to help. Here's my fork, with an update, that made my camera work https://github.com/massive/eufy_security_addon Besides installing the addon, I had to restart HA...

It's still only partially working for me. I can now control light, but motion detector sensors emit no events via HA while in Eufy app they do.

The logs have these kinds of errors: ``` 2022-10-09 09:16:22.724 ERROR Local lookup address for station T8420N6021360129 - Error: Error send EACCES 192.168.1.255:32108 details: { errno: -13, code: 'EACCES', syscall:...

Planning to release a fork of the repo with your fix by any chance?

In 0.11.0, running the command no longer results to infinite processing, but instead a panic: ``` ❯ CUE_EXPERIMENT=evalv3 cue eval tests/fixtures/kafka_topics.cue panic: incDependent: already closed: 0x1400e7e7b00 [recovered] panic: incDependent: already...

We are back in the infinite loop: ``` ❯ cue version cue version v0.12.0-alpha.1 go version go1.22.10 -buildmode exe -compiler gc CGO_ENABLED 1 GOARCH arm64 GOOS darwin cue.lang.version v0.12.0 ```...

@mvdan, yes, the slowness seems to be resolved. Given we have been stuck with 0.4.3 due to performance reasons, the project is failing now due to a myriad of other...

@mvdan I appreciate you asking, but our project is private, so I'm afraid I can't add it there.