James

Results 39 issues of James
trafficstars

https://github.com/jojojames/dired-sidebar/issues/7 Example screenshot -> https://imgur.com/a/Ui5Zg I added a workaround here to dired-sidebar (same workaround would work in plain old dired) https://github.com/jojojames/dired-sidebar/commit/f4a00e9b213b0006b16692c57c1f570e2a9fbbf4 Small repro: ``` /Users/james/Test: total used in directory 6...

bug
unconfirmed

Haven't found the time to create a small repro but it seems like trying to cycle a 'dired-collapse' 'node' results in weird behavior. Not sure how to describe it but...

bug
unconfirmed

Just thought I'd request this from evil-cleverparens. > Insert > When entering insert-state via i in a situation where the point is between a round opening parentheses and a symbol,...

enhancement

Something like this: https://github.com/jojojames/dired-sidebar/commit/fb5a2ee4ab36742317a702208bd4463b03679a29

help wanted
good first issue

https://github.com/minad/corfu/issues/177 Right now, we can enable fussy with company on some predicate. This provides pretty responsive typing as we're not doing fuzzy matching on the first few letters. We should...

enhancement
help wanted
good first issue

Might be able to implement better ivy support taking inspiration from: https://github.com/Silex/ivy-fuz.el/blob/f171ac73422a4bae1503d63d804e691482ed35b2/ivy-fuz.el#L101 Would prefer ivy just support completion-styles too but this seems reasonable enough.

enhancement
help wanted
good first issue

``` Debugger entered--Lisp error: (wrong-type-argument unicode-string-p #(" (string-as-multibyte \";; Copyright 2022 Jo B..." 0 1 (consult-location ((# . 9188) . 247)) 5 6 (face (rainbow-delimiters-depth-5-face)) 27 57 (face font-lock-string-face) 57...

``` ;; OSX (setq package-enable-at-startup nil package-archives '(("melpa" . "http://melpa.milkbox.net/packages/") ("gnu" . "http://elpa.gnu.org/packages/"))) (require 'package) (package-initialize) (package-refresh-contents) (package-install 'swiper) (package-install 'ivy) (package-install 'counsel) M-x counsel-rg Click window (e.g. *scratch* buffer)...

Hi @dgutov Context: fussy is a completion-style that uses flx / fzf to do its sorting/scoring/filtering*. It has an optional component where it uses a native module written in C...