Jeff Parsons

Results 5 issues of Jeff Parsons

I'm seeing an issue while trying to set up a new/custom dap provider. The `debugPort` argument referenced in the docs: https://github.com/emacs-lsp/dap-mode/blob/76cad34de8984f57c2b1e374e9c985cc7ec8dad0/docs/page/adding-debug-server.md?plain=1#L23 Suggests the following: ``` (dap-register-debug-provider "dlv" (lambda (conf) (plist-put...

Hi! I am noticing that if use the built-in VC backend, e.g. `(use-package emacs-lisp-mode :straight (:type built-in) > ) ` Then it breaks "straight-freeze-versions" for me - I get this...

bug
recipe handling
lockfiles
built-in
vc

Hi! I really appreciate that you guys put this plugin together! However - could I ask you to please not use `customize-save-customized` to store your users' api keys? https://github.com/wakatime/wakatime-mode/blob/master/wakatime-mode.el#L109-L116 That...

running: `(org-ql-search org-agenda-files '(and (todo "ROUTINE" "NEXT" "AVAILABLE") (deadline :to today) ) ) ` will give me results, whereas running `(org-ql-search org-agenda-files '(and (deadline :to today) (todo "ROUTINE" "NEXT" "AVAILABLE")...

I am having no issues with ivy-posframe when I launch it from a regular Emacs GUI. But when I am running from an emacsclient GUI frame, it looks like the...