André A. Gomes
André A. Gomes
When hovering over the main or panel buffers, mouse scrolls are intercepted in the hovered buffer. When the prompt buffer is open, mouse scrolls are intercepted exclusively by the prompt...
The end for GTK 3 support has no date, but [WebKitGTK has been moving towards GTK 4](https://lists.webkit.org/pipermail/webkit-gtk/2023-November/003950.html). The following work would be needed. Write a new library, akin to https://github.com/joachifm/cl-webkit/...
I'd like to build Nyxt on commit cac685372 (from March 2021). Generating the image, via the mechanism specified in `guix.scm` and `nyxt-guix.el`, should work but I get the error below....
Currently when a user visits the `changelog` and clicks a link to `slot`, issuing `history-backwards` is a no-op since there are no known places to return to. From the user's...
When running `(asdf:test-system :nyxt/gi-gtk)`. the test in the title seems to be misbehaving. Can you reproduce @aartaka? ```lisp ------- STARTING Testing: NYXT/TESTS/RENDERER Starting: NYXT/TESTS/RENDERER::SET-ONLINE-URL Nyxt version 4 [00:27:15] Source location:...
According to the comment, seems extra. https://github.com/atlas-engineer/nyxt/blob/9dd8fb8d6c0e8bca5abc14fa1ffab3f5d4f31186/source/renderer/gtk.lisp#L655C1-L665C1
Nyxt would like to see itself available on Ubuntu. Nonetheless, it's hard to commit to such a task since, besides having other priorities, none of the team members either uses...
Ensure that the cases below are handled. ### 1 Notify user that suggestions are being computed: ```lisp (prompt :prompt "Test" :sources (make-instance 'prompter:source :name "Test" :constructor (lambda (x) (sleep 4)...
Our docs written with the help of `spinneret` suffer from minor whitespace issues. Find an example in the screenshot below.  I suggest the solution below. ```lisp > (spinneret:with-html-string (:p...
Currently, `bindings-keys` doesn't report bound prompt buffer commands. This impacts our docs, since `:nxref` won't be able to show keybindings associated with prompt buffer command. ```lisp CL-USER> (nyxt:start :failsafe t)...