Jen-Chieh Shen
Jen-Chieh Shen
It seems like something went wrong in `breadcrumb--ipath-plain`. ```diff (defun breadcrumb-ipath (index-alist pos) "Get breadcrumb for position POS given INDEX-ALIST." (if (get-text-property 0 'breadcrumb-region (caar index-alist)) (breadcrumb--ipath-rich index-alist pos) -...
See https://github.com/emacs-lsp/dap-mode/blob/01d92978d8a515b896b5bc6197620138e4a4f6ff/dap-mode.el#L1892
Enhancement from https://github.com/gregsexton/origami.el/issues/69. Credit from @wbolster. --- @wbolster I guess you are quite busy, so I made the PR myself! I wonder is this how you implement indentation base parser?...
According to the discussion here => https://github.com/melpa/melpa/issues/6716. I have started a new branch and looking forward to maintain this package in a more community wise way. If you wish to...
Basically, this https://github.com/emacs-origami/origami.el/blob/f2844a6d6ab60926fc52a65c28fb86a3b522a93f/Makefile#L29
Follow these steps to reproduce, 1. Make a simple function that contains at least one indentation level. 2. Fold that node. 3. Indent the whole file.
If we use wz files other than Global version (GMS) we will probably get a human unrecognizable character as our Wz property identity. I reckon the issue is either cause...
I'm getting this error from the Emacs' lsp-mode client. ``` Request initialize failed with message: bad export type for `tree_sitter_tsx_external_scanner_create`: undefined (Internal Error) ``` Any help is appreciated! Client is...
The following code produces invalid imenu structure. ```svelte ``` For more information see https://github.com/joaotavora/breadcrumb/issues/36.