Results 31 comments of JQ Zhu

Same issue, not works in Emacs 28.2

How about pre-creating a database called app which is quite convenient in microservice architecture, like [cnpg](https://cloudnative-pg.io/documentation/1.17/bootstrap/#bootstrap-an-empty-cluster-initdb).

Similar situation here: after this log line, ```json { "level": "error", "ts": "2022-01-19T13:01:34.563Z", "logger": "controller.imageupdateautomation", "msg": "Reconciler error", "reconciler group": "image.toolkit.fluxcd.io", "reconciler kind": "ImageUpdateAutomation", "name": "image-update-automation", "namespace": "demo", "error": "unable...

@hmelman found any workaround? this's kind of annoying.

Jumping for current symbol and among all symbols is so useful for me, hope it'll benefit others as well. ```elisp ;; ### avy jump (defun my/symbol-overlay/avy-jump () (interactive) (avy-with my/symbol-overlay/avy-jump...

@b4tman /usr/lib/squid/storeid_file_rewrite not works due to lack of perl dependency.

Thanks for the tip, it works

As discussed in https://github.com/greduan/emacs-theme-gruvbox/pull/211#issuecomment-1954126764 , we can configure in init file like this: ```emacs-lisp ;; Used by dirvish (set-face-attribute 'vc-edited-state nil :inherit 'diff-hl-change) (set-face-attribute 'vc-locally-added-state nil :inherit 'diff-hl-insert) (set-face-attribute 'vc-removed-state...

OTLP is the way to go, unified so provider agnostic.