-
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.**
…
-
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
-
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…
-
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. There is no indication that WebKitGTK doesn't a…
aadcg updated
1 month ago
-
This way, the user can override file contents while still having most of Nfiles benefits like file fetching, caching, smart parsing (in case they only provided raw contents). In particular, allowing t…
-
Commit 30c91a5be (in the context of PR #2666) introduces a bug.
Steps to reproduce:
- `(asdf:load-system "nyxt/gi-gtk")`
- `(nyxt:start :failsafe t)`
- notice that a single Nyxt window exists
…
aadcg updated
11 months ago
-
Is there a way of detecting a valid URI given a string representation?
The use case is this:
I have a function that takes multiple input sources and dispatches on the type; stream, string, pathnam…
-
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/…
-
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
5 months ago