André A. Gomes
André A. Gomes
Revert commit 8c743913ad7a0b534e960f7a2a560d4b2abeca61 and add quotes where needed. Revert backwards compatibility logic introduced in 05cb303ad and 17f2d756c.
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....
I don't see why the condition should inherit from `error`. As to avoid raising the debugger, `warn` should be used.
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.
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...
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 :--------:|:--------:  |  The...
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))) ```
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...
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....