Ian Foster
Ian Foster
Thanks for the pointer. I have a solution that is almost perfect, expect sometimes the annotations are outside of the viewpoint of the graph and are not shown. Is there...
I figured it out. Here is my final configuration for anyone else trying to do something similar:  ```yaml type: custom:apexcharts-card all_series_config: curve: stepline stroke_width: 2 group_by: func: avg duration:...
Thanks for checking out this PR. The Windows test that is failing is below: ```console $ go test --parallel=1 go: finding github.com/pkg/errors v0.9.1 2021/04/26 18:25:21 [zeroconf] no suitable IPv4 interface:...
Making a test is a good idea. But it would be dependent on the OS/Kernel that is running the test. It would only work on platforms that support SO_REUSEPORT.
@grandcat any updates on getting this or any of the other PRs merged?
Thanks for the reminder. I'll add that to my backlog. ;)
Could it also be possible to specify the colors for the SVG generated as part of a custom theme? (or card-mod)
My org has the same issue
The use case I was specifically thinking of was for programming microcontrollers. Most use serial so WebSerial would work great. Some may use DFU or other methods that would require...
What about an option to use [BDF](https://en.wikipedia.org/wiki/Glyph_Bitmap_Distribution_Format) or [PCF](https://en.wikipedia.org/wiki/Portable_Compiled_Format) bitmap fonts? I've used them before when driving LEDs.