André A. Gomes

Results 105 issues of André A. Gomes

Revert commit 8c743913ad7a0b534e960f7a2a560d4b2abeca61 and add quotes where needed. Revert backwards compatibility logic introduced in 05cb303ad and 17f2d756c.

4-series

There's an odd idiom in the codebase: some slots are set to functions or function symbols. In some of these cases, it would make more sense to define a method....

4-series

I don't see why the condition should inherit from `error`. As to avoid raising the debugger, `warn` should be used.

4-series

These are equivalent: `(lambda () "foo")`, `#'(lambda () "foo")`.

`renderer-history` is defined exclusively for the GTK port but it's a general method that must be defined for all ports.

ffi
4-series

In the context of #3435, I noticed that `ffi-window-{un,}maximize` could be greatly simplified. Instead of defining two generics, there could be a single one that gets the maximized state of...

ffi
4-series

In the context of #3435, one might ask: on `ffi-window-fullscreen`, should the status and message buffers be hidden? Status and message buffers displayed | None :--------:|:--------: ![2024_07_24_15:33:20-nyxt](https://github.com/user-attachments/assets/57a44478-cbec-404d-a3bb-3f95a02d3095) | ![2024_07_24_15:34:11-nyxt](https://github.com/user-attachments/assets/d3f42325-69a1-4d27-a4d2-947a3ff253cd) The...

low
ui/ux

Start Nyxt via `nyxt --config /path/to/file/with/content/below` and notice that two windows are spawned. ```lisp (define-configuration browser ((open-external-link-in-new-window-p t) (restore-session-on-startup-p nil))) ```

bug

On the first invocation per window, exclusively, a blank box is drawn before showing the prompt buffer contents which feels a bit clunky. It seems to be related to the...

ffi
ui/ux

As per the API of version 3, multi window support is broken by design. The root of the issue is that the same buffer can't be shown in multiple windows....

ffi
4-series