oldaccountdeadname

Results 16 issues of oldaccountdeadname

Not quite sure if there's a proper name for this; here's a screenshot of the new behavior (see the "61%" in the modeline): ![screenshot-of-changes](https://user-images.githubusercontent.com/46805277/138544025-a88503c1-3502-445b-9b77-855bdcfb8fc2.png) I personally like this, but I...

This is related to (but does not close) #180, which has similar issues on OpenBSD. Hopefully this patch would alleviate some confusion on BSDs. (I don't know if the suggested...

This patchset allows starting Amp as, for instance (`amp --line_length_guide 72 /tmp/file`). This is particularly useful in cases where an application creates a temporary file with no identifying extension and...

Expected behavior: In assembly files (.s and .S), amp should be able to jump to the definition of labels, which look like `some_label:`. \ Actual behavior: There are no definitions...

Just shortening a match statement! Commit message below: --- The previous big match statement did three separate things in the same deeply indented code block: 1. Prepare the buffer 2....

ANSI escape codes do not work well with Amp's TUI, see a screenshot of neofetch's output below: ![2021-06-29-182125_1095x688_scrot](https://user-images.githubusercontent.com/46805277/123883893-2e512380-d907-11eb-9468-c0f8622374c5.png) It looks like other editors (vi, neovim) just substitute in a textual...

Whan a unit test is run, `~/.config/amp/config.yml` may be loaded in application initialization, and cause tests to fail when they should pass. For instance, if `tab_width` is set to anything...

see the commits, all pretty simple stuff.

I cloned obs-studio and have v4l2loopback running. I cd'd into build and ran `cmake -DLIBOBS_INCLUDE_DIR="../../obs-studio/libobs" -DCMAKE_INSTALL_PREFIX=/usr ..` and get this error: ``` CMake Error at CMakeLists.txt:6 (find_package): By not providing...

### Platform FreeBSD on a VirtualBox VM with 3d acceleration ### GPU, drivers, and screen setup glxinfo -B: ``` name of display: 0 display: :0 screen: 0 direct rendering: Yes...