Dougal Matthews
Dougal Matthews
I think I can sort-of replicate the issue. Is this what you mean? It's actually the overlay for the dividers that shows this and not the data points. I think...
AFAIK, there isn't a way to do this yet. It seems like an obvious feature addition tho' If you wanted to look at implementing it, I'd suggest a new command...
Yes - I would keep static and templates separate, they are sufficiently different. One we serve to the browser unchanged and the other we use to render templates. however, I...
Is this change based on this code? https://github.com/bairhys/prometheus-frigate-exporter - if so it might be a problem that it has no license attached to it.
> Seeing how the author of that repo directly helped here I don't think that's an issue. Cool, hopefully not but figured I’d ask. IANAL but if I understand correctly...
@callumgare I had some problems until [4.0.0](github://j5lien/[email protected]) was released. Since then it has worked fine and I don't get the issue anymore. My full config is now the following; ```yaml...
I ran into this when upgrading to AppDaemon 4. In AppDaemon 3 the following code worked... ```python self.run_every(CALLBACK, datetime.datetime.now(), 300) ``` In AppDaemon 4 it will error. ```python ValueError: start...
FWIW, I have met my own needs with a small project: http://d0ugal.github.io/retrace/ - I don't have logging support, but that sounds like a good idea. I am going to unsubscribe...
How many workers do you have?
Interesting. That does look like it could be a problem for everyone soon