Federico G. Schwindt

Results 140 comments of Federico G. Schwindt

I too noticed this while working on something else. Personally, I'd like to see the ids added as an `Option` or similar to `add_documents`, but this will break backward compatibility....

FWIW, I have a similar PR minus the `on_time` in https://github.com/zigpy/zha-device-handlers/pull/3910.

> Thank you @fgsch, I've updated the code. 👍 > The `on_time` is the feature I need as a failsafe if the Zigbee connection fails. What do you think about...

>[..] > I'm sorry I don't understand your question. > > I added the `on_time` attribute to let the user decide how much time set for the auto close (0...

>[..] > > Could you point me in the right direction of adding an optional timeout in the device config? Thank you! I'm not sure. Perhaps one of the devs...

Can we please move the discussion elsewhere, e.g., GH discussions? If you want to be notified of updates just subscribe to the PR. Protesting here doesn't help.

The threading proposal for Wasm is not finished, and wasm-mt is a library while TinyGo is a compiler, so really you cannot compare them. Personally I don't think there is...

In the past we had many queries about the format for C@E services. IMO showing this field for such services affects the UX, as the format is not used and...

Have you tried bumping your file descriptor limits (ulimit -n)? Even if this works I suspect keeping tabs of so many files is going to be very slow.

Until this is implemented, this can be achieved via #1186 .