David Buezas

Results 381 comments of David Buezas

Anything else pending? This allows using a new mode already merged in U8glib-HAL that improves refresh rate quite a bit. It is optional and disabled by default. More details in...

Sorry for that, I wondered if I had missed something else. Thanks a lot for your continuous work in this amazing project!

That's quite hidden. Would you take a PR if I move it to https://docs.frigate.video/guides/configuring_go2rtc ? That's the place I looked into for go2rtc information

I'd love this to work. It is unfortunately not available in plotly: https://github.com/plotly/plotly.js/issues/1858 Maybe we can solve it at least for this card like i did with pinch to zoom

Thanks. Note to self: statistics don't auto update. Likely because the cache indicates that it already has requested data for the past period and statistics add data retroactively

https://esphome.io/guides/configuration-types#config-pin-schema See allow_other_uses

The `remote_receiver took a long time for an operation` is normal

There's the loadeddata and the timeupdate events of the video tag. The idea would be to update the fake timestamp to the present when triggered

I think it will work, I made something similar to show a red dot when video was running and it was reliable (at least android and chrome). I was thinking...

Wdyt about string replacement? Something like ```js format .replace('YY', date.getYear()) .replace('MM', date.getMonth()) .etc... ``` (I'll have to consider padding too, but you get the point) I'm a bit worried about...