Terényi, Balázs

Results 32 comments of Terényi, Balázs

> The issue should be fixed in HA itself because that's what's causing it. You are right, HA should at least persist the states of device trackers between restarts. But...

I would also use this feature. A task with a deadline or start date should be visible in the calendar (as is in any calendaring solution I've ever seen). But...

KOrganizer, what I use on desktop, displays only tasks with due date in the calendar views. They are shown at the due date/time of course. Start and Completed make no...

I like the ```GET /document/{id}/tagsuggest``` approach. Our workflow is mass creating of documents with a custom script or automatically creating the document form the scanner, and editing one by one...

I have to vote to solve an error? It's exactly like democracy :) Where do I have to vote? Link please!

The History explorer card is EOL, so this has to be solved. It is very annoying to just fire up the more-info dialog to click immediately on **Show more** to...

I would also use this feature on the default cache implementation to access the LoggingCache decorator to get its statistical data. Currently the only accessible statistical value of a cache...

@harawata: I would use that feature with the default (myBatis internal) cache implementation.

Found the cause: ```logff[i].ign``` for the journald reader is uninitialized, so it may have a random value. And the journald read function is not called until ```((curr_time - logff[i].size) >=...

Here it is: ```diff diff --git a/src/logcollector/logcollector.c b/src/logcollector/logcollector.c index 92e9c0b4..d83d833b 100644 --- a/src/logcollector/logcollector.c +++ b/src/logcollector/logcollector.c @@ -167,6 +167,8 @@ void LogCollectorStart() logff[i].command = NULL; logff[i].fp = NULL; logff[i].ptr = NULL;...