David Bagonyi

Results 5 issues of David Bagonyi

Would it be possible to make the behaviour of the n/N keys configureable, or have the old behaviour of n/N reassigned to other keys? I heavily rely on pressing "n"...

8fa2c2b introduced "Added global keyboard shortcut for 'Like' (Cmd+Alt+L)". It took me a couple of days to hunt down the app that was stealing my "Reformat code" shortcut in IntelliJ....

I would like to re-request a feature I created a ticket for several years ago (https://github.com/tstack/lnav/issues/394). Please make the `n`/`N` keys configurable in `lnav`, so that when pressing the keys...

enhancement

I have a Java application that creates ZIP files. This is the logic I use to create the file: ```java [...] try (final OutputStream fileOutputStream = new FileOutputStream(zipFile); final ZipOutputStream...

On macOS, after the computer wakes from sleep, multiple `ps.sh` processes can run and max out the CPU. This happens once every few weeks after I open the lid of...