André A. Gomes

Results 65 issues of André A. Gomes

# Description No luck still... Something beyond my understanding is going on here. I need help! Please read commit 31956cf52 for more details. I also need to implement this [feature](https://github.com/atlas-engineer/nyxt/pull/2058#issuecomment-1145013470)....

# Description ## Compute hints in viewport ### **Before**: ![2022-05-24_17:58:27](https://user-images.githubusercontent.com/45483512/170108548-1f8fb2d6-26e4-404f-97b8-9313de352029.png) ### **After**: ![2022-08-08_12:09:38](https://user-images.githubusercontent.com/45483512/183383158-bafb6921-8c36-4a3b-ab11-2e32041b2dc7.png) Closes #2292 Closes #2185 Closes #538 Closes #536. # Discussion The algorithm for `element-in-view-port-p` is still rather...

In d32b369b18c753b1a618b2e611e62f0342f90857 a change was introduced to deal with that fact that running these tests locally always failed. However, running the test suite twice locally results in the same problem....

bug
low
test

With respect to buffers, it makes little sense to say which one has the focus. There are buffers and, at any moment, there's a single `current-buffer` (which may not correspond...

low

The documentation of `selection-actions` suggests that it could be a list, but there's no mechanism to handle it as a list of multiple elements. Also, I can't think of an...

prompt-buffer
feature
3.0

`command-markup`, `command-docstring-first-sentence`, `command-information` and `list-command-information` are just helpers to our `help` system. Do we agree? @aartaka @Ambrevar @jmercouris @pdelfino

This is a follow-up to #1246. Still some work of investigation ahead, but it's coming as `recursive-search-from-current-buffer` with depth set to 1 is already working. Updates soon.

I propose a complete re-organisation of Nyxt's documentation. One key aspect of any documentation system is the format. Firstly, I think it makes little sense to put effort into printed...

doc

I'm not very comfortable with the texinfo format, so I'm wondering if someone would point me in the right direction to fix the issue below. I can work on the...