Torsten Curdt

Results 447 comments of Torsten Curdt

Addon or integration, I still don't understand what it does from the README. What's the use case?

Add that to the README and you can close this issue ;)

@lociii to quote from that page > Add-ons allow the user to extend the functionality around Home Assistant by installing additional applications. IIUC there is absolute no functionality added around...

Thanks for the help! That said - even with a large batch size it's still quite slow. Around 1000 `Save`s per second. I'd expect at least 5-10 times that. But...

The same line of thinking let me try the serialization alone. A million serializations took around 14s. Writing with storm I canceled after much much longer. This lets me to...

@asdine If it's BoldDB the question then is how to then do `db.Update` or `db.Batch` style of `Save`s with storm.

I guess that's what I was looking for. Why the Save in a go routine though?

Seems like when there is problem with the template no error gets reported and instead the file is not getting processed but just copied.

OK, let's rephrase that then: why does it open all files and keep them open?

> I think first part is obvious, but second one is not. :) true :) > that needs to be researched again it seems. care to re-open then?