Jordan King

Results 19 issues of Jordan King

### Thank you for the bug report - [X] I am using the latest version of `doom-mode` related packages. - [X] I checked [FAQ](https://github.com/seagle0128/doom-modeline#faq). - [x] You may also try...

bug

I don't know if this is an Ejira issue or something configured company-side on the jira API, but when dealing with large projects ejira is only able to create a...

**Describe the bug** I use a headerline, EAF browser renders on top of it (you can just about see it poking out at the top right) ![image](https://user-images.githubusercontent.com/58787893/206573372-0569b2fc-d0ef-42d1-96f2-efe6bb8fd3c9.png) Also notice how...

help wanted

This is incredibly minor, but I was sure something was off. Char inside the caret is misalign by 2px: ![image](https://user-images.githubusercontent.com/58787893/196062321-a500fe22-30f4-4835-ba4e-b5d0cce6d7e7.png)

### Thank you for the bug report - [X] I am using the latest version of `dirvish` related packages. - [X] I checked [CUSTOMIZING|EXTENSIONS](https://github.com/alexluigit/dirvish#resources). - [ ] You may also...

invalid

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your issue described in the documentation? - [X] I have read the...

audio:windows

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [ ]...

bug

### I confirm that... - [X] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq), [Discourse](https://discourse.doomemacs.org), and [Google](https://google.com), in case this issue has already been reported/resolved. - [X] I have read...

is:bug
needs-triage

With a config like: ``` (defvar-keymap my-buffer-prefix-keymap :doc "buffers" "b" #'switch-to-buffer "k" #'kill-buffer "d" #'kill-buffer "p" #'previous-buffer "n" #'next-buffer "B" #'switch-to-buffer "r" #'rename-buffer "R" #'revert-buffer) (meow-leader-define-key '("SPC" . execute-extended-command) (cons...

After configuring dape for my specific setup I'm finding the following behavior. Any breakpoints set in emacs are not hit in chrome, and do not show up in the chrome...