-
WebKitGTK has enabled us to mature Nyxt, but it is undeniable that its performance as a web renderer is subpar when compared to Chrome-based ones. This is particularly noticeable in resource intensive…
aadcg updated
4 months ago
-
Hi, I wrote an article on continuous packaging and testing in Common Lisp:
https://nyxt.atlas.engineer/article/continuous-testing-and-packaging.org
I thought it could be useful in the cookbook. …
-
**Describe the bug**
Following the example provided in nyxt:manual#data-paths-and-data-profiles, I tried to assemble a custom profile to allow for a temporary history file like this.
``` common-li…
ghost updated
6 months ago
-
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 the windo…
aadcg updated
3 months ago
-
I did my annual "let's give Nyxt another try" the other day, and as I'm coming into the browser with new and fresh eyes, I thought my feedback might be of interest to the project. I find many basic Em…
-
Right now, a duplicate copy of [the Nyxt website](https://nyxt.atlas.engineer/) is available at [nyxt-browser.com](https://nyxt-browser.com/).
**This is confusing and splits up your google juice.**
…
-
See https://github.com/vindarel/cl-str/blob/507ec6c6ec150f467fbf776f578af5b2d9b67caf/str.lisp#L176
I was recently bit this (see https://github.com/atlas-engineer/nyxt/issues/1217 if you want to get…
-
Here's an interesting one:
- Start Nyxt
- Issue `watch-mode` (mode enabled)
- Issue `watch-mode` (mode disabled)
- Issue `watch-mode` and it acts as if I issued `repeat-mode` (`watch-mode` inher…
aadcg updated
3 weeks ago
-
We now have each renderer in its own package but the API could be improved.
The symptom of the issue manifests itself from `nyxt/renderer/foo` being required to use unexported symbols from the `nyx…
-
**Describe the bug**
I open a page in M-x set-url-new-nosave-buffer and then close the buffer, and close nyxt. The page is visible in history-all-query (C-M-b) upon reopening nyxt
**Precise recipe…