Felix E. Klee

Results 30 issues of Felix E. Klee

Would it be possible to install trezor-agent for use with `gpg` in a shell on Android? If so, this requires root access, right?

enhancement
help wanted
question

So I'm trying to run Sway on a headless Raspberry Pi 4 / Ubuntu 21.10 and connect to it via VNC. Remote connection via VNC works fine when I start...

`dbxcli version` reports: dbxcli version: 0.1.0 […] The release on Git, however, is tagged `v2.1.1`. *Background:* I am writing a set of BASH scripts that use `dbxcli`, and I would...

I installed my own package [ptp.js](https://github.com/feklee/ptp.js/releases/tag/v2.0.4). From `bower.json`: ``` "dependencies": { "ptp.js": "2.x", "requirejs": "2.x" }, ``` From `Gruntfile.js`: ``` bower: { target: { rjsConfig: 'package/config.js' } }, ``` Resulting...

See also my [comment][8] as well as replies on the postmarketOS issue [1173][7]: *WayDroid: lets package it for postmarketOS* To install on postmarketOS, I proceeded as documented on the [Wiki][6]...

Buffer-local dictionaries are the killer feature of spell checkers such as `flyspell-mode`. It would be nice if someone could add to the `wcheck-mode` documentation how to set up a simple...

I tried pressing: * <Alt>, <Shift>, <%> * <Alt>, <long-press 5 = %> In both cases, a literal `%` is inserted. This is unexpected. I experience the issue with Emacs...

For years, I've been using Emacs as an image viewer, but only yesterday I discovered picpocket, which is a big upgrade from plain `image-mode`. Now I wonder how to add...

Example: ``` //- First paragraph. //- //- Second paragraph. ``` Now, when I execute `fill-paragraph` (M-q) on the comment, then the result is: ``` //- First paragraph. Second paragraph. ```...

bug

When I press **C-x C-s** in the editing buffer, then the buffer's contents get sent to Chrome. Great! Afterwards, however, **C-x C-s** does not work again, and furthermore **C-x #**...