Peter Hoeg

Results 58 issues of Peter Hoeg

Just running `kbdtest2` causes a segfault. Backtrace from `gdb`: ``` Reading symbols from bin/kbdtest2... (No debugging symbols found in bin/kbdtest2) (gdb) run Starting program: /nix/store/ackf67gjzqbiw12fhxkki7lbn4bqam5p-xbows-driver-unstable-20191030/bin/kbdtest2 [Thread debugging using libthread_db enabled]...

`kbdtest2` hangs when trying to program a non-LED keyboard presumably because it is trying to do something with the lights. Sending this file with `kbdtest2 -v file.yaml` makes kbdtest2 hang...

In order to make this properly compile on NixOS, I use the following changes: 1. Build ```libcrc``` and ```hidadpi-supercollider``` outside of the driver using the same commit referenced as submodules....

I have tried with the new hidapi from libusb (the new maintained upstream) at v0.9.0, instead of the SuperCollider fork and it works fine. You may want to change that...

direnv doesn't add itself to the front of the ```post-command-hook``` meaning other things get to run before direnv has set up the environment. One example is a haskell/stack project directory,...

enhancement
needs-info

I think this is a which-key issue and not specifically related to spacemacs as it happens in multiple different major modes (ruby and org). I found [this](https://github.com/syl20bnr/spacemacs/issues/12455) but it is...

org-mode has great support for automatically realigning tables - it'd be super if adoc-mode had it too. Basically, if the table handling was exactly like org-mode that would be great!

Currently ```configure``` assumes that all build dependencies are located in a fixed set of locations. Ideally use pkgconfig (which is needed for gtk anyway) to detect the dependencies so arbitrary...

enhancement
help wanted
good first issue

Hitting ```Ctrl-Q``` to exit the program will trigger a info box saying "Use 'Configure Shortcuts' from the 'Settings' menu to solve the ambiguity". There is however neither a "Settings" menu...

type/feature
scope/ui

If for whatever reason that file is readonly, fzf-marks will throw a warning about not being able to do inplace editing. It still works as normal though.

enhancement