André A. Gomes

Results 105 issues of 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...

low
prompt-buffer
ui/ux

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/...

ffi
low

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....

help-wanted

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...

bug
history

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:...

low
test

According to the comment, seems extra. https://github.com/atlas-engineer/nyxt/blob/9dd8fb8d6c0e8bca5abc14fa1ffab3f5d4f31186/source/renderer/gtk.lisp#L655C1-L665C1

ffi
low

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...

help-wanted
build

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)...

prompt-buffer
ui/ux

Our docs written with the help of `spinneret` suffer from minor whitespace issues. Find an example in the screenshot below. ![2023-07-12_19:13:54](https://github.com/atlas-engineer/nyxt/assets/45483512/184a099f-e1e3-41e5-bb5b-16588cc76006) I suggest the solution below. ```lisp > (spinneret:with-html-string (:p...

doc

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)...

doc
feature