Borut Mrak
Borut Mrak
This is fixed in #16 Not perfect, but it works for me at the moment.
I managed to fix this with this in custom.css: ```css div.menu-links-wrapper { background-color: transparent; }; ``` should be fixed the proper way (with another selector probably) in the theme.
Mine is a little different (using dark mode). It inherits the default green color of logseq. I was able to fix everything around the button with this: ```css .left-sidebar-inner .create...
Thanks, I'll try this out and report. We currently only use the config via variables in docker so it might take a day or two to do this. For now...
BTW, if I understand correctly, pve-exporter does multiple API calls to proxmox and maybe one of these slows everything down... is it possible to debug what exactly is going on...
> Release 3.7.0 now comes with fine grained metrics for api calls and scrape targets. Run `pve_exporter` with `--collector.pve-api-metrics` and `--collector.target-metrics`. This will record histograms of the individual api endpoints...