Erik P Almaraz
Erik P Almaraz
**Describe the bug** Executing `save-new-password`, before any other password interface command, does not connect to password interface. - would expect it to work similarly to `copy-username` or `copy-password` - only...
**Describe the bug** Loading example system from `cl-gtk4` (https://github.com/bohonghuang/cl-gtk4/tree/master/examples) results in TYPE-ERROR. Perused open issues, however, did not see this specific issue. I apologize if this is a duplicate... Also,...
**Describe the bug** Following build prescription in `clasp.scm` results missing dependency error, namely `schubfach.hpp`. **Expected behavior** Build proceeds successfully as previously observed for 2.6.0-32-g01cf28c.. **Actual behavior** Build fails due to...
**Describe the bug** The prompt buffer was simplified for 4.0.0-pre-release-9, and part of this simplification removed some padding that kept the count field "static", now it changes when typing a...
I built Lem SDL2 from source (commit 311138dc369fde16b2f13b04ae9416598c9a6c20) following the prescription on the manual for Fedora Linux. I noticed that when opened, the SDL2 UI Window doesn't seem to be...
# Description This PR is a first pass at updating the build process to use ocicl to pull the cl systems needed instead of git submodules. Opening for review and...
**Describe the bug** When building Nyxt Pre-release-10 for the electron variant, build fails with the following error: ``` ; compiling file "NYXT:SOURCE;RENDERER;ELECTRON.LISP.NEWEST" (written 23 JUN 2025 07:26:17 PM): ; ;...
tabbar does not update when killing a buffer that is not the current-buffer. I added a simple fix to my `init.lisp` that appears to provide the expected behavior, though I...