Paul Pogonyshev

Results 22 issues of Paul Pogonyshev

I think it would be a nice feature to expose search history. Current standard shortcuts `C-c ` are very awkward to type, especially repeatedly. I'd suggest to use `P`/`N` or...

To reproduce: - Search for anything. - Go to buffer `*rg*`, select a whole result line and copy it. - Yank anywhere. Result: some internal invisible text that probably means...

Situation: `actions/cache` is reused by a higher-level action that caches certain directory using it. This directory may or may not exist by the end of a workflow, and it not...

I have long wanted to improve CI stability with Eldev, but never really got to doing it. The problem: CI tests (also for Eldev itself for example) _often_ fail for...

enhancement
in progress

Background: I often use `assertThat (catchException (...)).isInstanceOf (...)` instead of `assertThatThrowBy ...` or something similar. I guess it's a matter of taste what to prefer. I have noticed that `isInstanceOf()`...

I want to optimize several functions in the library. For a start, here is the first optimization. Tell me if it's OK to continue or if I shouldn't waste my...

enhancement

I have already written the function, but then noticed in the docs that it can easily be composed from existing stuff: ``` (-sort-keyed key-computer comparator list) (-sort (-on comparator key-computer)...

enhancement

issue #156

enhancement

Trying to install from melpa: Compiling file /home/xxx/.emacs.d/elpa/malabar-mode-20150428.1004/malabar-abbrevs.el at Tue May 12 16:45:56 2015 Entering directory `/home/xxx/.emacs.d/elpa/malabar-mode-20150428.1004/' malabar-abbrevs.el:26:1:Error: Opening directory: No such file or directory, /home/xxx/.gvm/groovy and there are tons...

Having this method package-private (as now) hinders subclassing. This cannot be considered a security issue, because nothing precludes subclasses from overriding every public method where the method in question is...