Ben

Results 747 comments of Ben

Can't pretend i'm an expert on the devcontainers nor have I used this before. But a couple of other comments first! The thing in the back of my mind is...

This plugin is also showing the homebridge verified badge on the readme when it is not verified yet

Hi @tasict I just installed the plugin but have not yet configured it. When I restart Homebridge I get this in the logs (although it does not seem to affect...

Hi @Luligu The plugin causes a crash-and-restart loop with the following configuration: ``` { "name": "Somfy TaHoma Screen", "service": "somfy_europe", "platform": "Somfy TaHoma Screen", "_bridge": { "username": "0E:8E:B2:67:DA:64", "port": 31838...

Why do you use a different date/time format for the logs?

Hi @msegzda question: in which directory does `"file-system-cache": "^2.4.4",` store its files?

I was looking at the docs (https://www.npmjs.com/package/file-system-cache) and it looks like you can specifically set a base path ```js const cache = Cache({ basePath: "./.cache", // (optional) Path where cache...

Hi @En3rGy quick question, does `"jasmine": "^5.1.0",` need to be in your dependencies or can this go to dev dependencies?