derek-upham

Results 3 issues of derek-upham

The `dumb-jump-fetch-results` function [looks for and loads](https://github.com/jacktasia/dumb-jump/blob/d760aa880fc1052570ab0fd7e586eeffb7636af6/dumb-jump.el#L2054-L2056) the project's override configuration. ``` (proj-config (dumb-jump-get-config proj-root)) (config (when (s-ends-with? ".dumbjump" proj-config) (dumb-jump-read-config proj-root proj-config))) ``` There is already a `config` variable...

`M-x deadgrep` calls `deadgrep-project-root-function` to get a directory, and passes that directory down to `deadgrep--buffer`. I have a situation where I want to search through my directory tree, plus various...

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? The `VanillaStableDiffusionSampler` has two calls to...

bug-report