Results 27 comments of ryanobjc

Hey folks, The "deprecation notice" is 3 years old, and the alternative suggested ... is quite different. I do not think the deprecation warning is fairly serious when the corresponding...

X-Request-ID would work well in a istio deployment scenario!

My code works something like this: ``` (defun load-all-schemas (&optional (path-pattern "~/json-schemas/**/*.json")) (json-schema.reference:with-context (*context*) (loop for p in (directory path-pattern) do (json-schema.reference:store-reference (json-schema.parse:parse p))))) ``` something like that. In my...

I am also seeing this, I am using remote dlv debugging for go. When the code hits a breakpoint I get the filter message, and then nothing happens in the...

Using the debugger, this seems to be the culprit line in dap--go-to-stack-frame: ``` (select-window (get-mru-window (selected-frame) nil)) ``` This is on emacs 29.4, built for aarch64-apple-darwin23.4.0 I reproduced this on...

See https://github.com/emacs-lsp/dap-mode/pull/837 for a proposed fix.

First off, thanks for writing such great response to my issue. I really appreciate it! I think the way I would approach this is to work backwards from the ideal...