Abdul-Lateef Haji-Ali

Results 47 comments of Abdul-Lateef Haji-Ali

I am also experiencing the same lag. Based on your profiler output I think `projectile-project-root` is slow, but `ivy-rich-switch-buffer-project` overall is also slow (and calls `projectile-project-root` multiple times). In any...

@ErkiDerLoony’s code is enough (and more sophisticated).

@Sk4zz, see my package [procress](https://github.com/haji-ali/procress) for a possible solution.

This does fix the issue that I raised (when I use `terminate_lines`) and wrote the negative-position patch for. However, I don't understand why is it impossible for the case "One-threaded...

I personally find the behavior with the patch more intuitive. The nested loop behavior is especially confusing. The bars being overwritten and unfinished bars being left over makes it difficult...

> * How did you turn on the mode? Interactively, in `init.el`, etc.? I turned on in `init.el` (I actually use Emacs Doom which turns it on itself). > *...

Thanks @orgtre, this looks nice and implements the features I am looking for (and more). BTW, is there a way to select text with the keyboard? For example by setting...

Thanks! Looking forward to that PR. > This is unfortunately a deliberate limitation on the part of the browser vendors, and there is nothing we can do to resolve it....

I have security fields that I save in a key along with a username/password and which I want to fill web-fields with. What I would like to do is open...

@djcb, I've tried this on my Emacs configuration with vertico and an `emacs -Q` and in both cases I only need to press `G` to get the result (without `RET`)....