Thomas Frössman
Thomas Frössman
I have a feeling that `(let ((custom--inhibit-theme-enable nil))` prohibits the NO-ENABLE argument of load-theme to work correctly `(load-theme THEME &optional NO-CONFIRM NO-ENABLE)`. I'm not sure if this is currently easy...
> I encountered the same problem, run the code snippet below: > > ``` > (require 'solarized-theme) > (load-theme 'solarized-dark-high-contrast nil t) > ``` > > The `solarized-dark-high-contrast` theme will...
The box doesnt work well either, I don't remember the details but IIRC one problem is double or maybe triple borders when header and mode lines are stacked which also...
It was so many years since I created these colors so that I don't really remember anymore.. Maybe the main problem is that you can't color a box with an...
the over/underlines were added recently due to changes in orgmode so we could not use background color reliably as we used to anymore https://github.com/bbatsov/solarized-emacs/issues/297 I don't know why it looks...
https://github.com/bbatsov/solarized-emacs/issues/297#issuecomment-393408507 is how it's supposed to look
I still think it should time out or close the connection if something is wrong because Prometheus should not record values that might be wrong.. Blackbox exporter is a good...
When a configured scrape target is unreachable it's `up` metric will automatically be recorded as 0 by Prometheus. I believe it is assigned at scrape time by the scrape system...
Yeah.,. really don't add them if no one else wants them, if no one else wants this I can just use advices.
I have a set up for a minimal prometheus monitoring of uvicorn in an application.. It started with us having problems that daphne locked up from time to time with...