-
Some time ago I believe Quicklisp switched to @Ferada 's repository: https://github.com/quicklisp/quicklisp-projects/issues/1302
I see that now @crategus has resumed work on this project.
Are th…
-
Do you plan on releasing binaries for different operating systems and submit them to OS package managers down the line?
-
The following slots were removed from prompter-source, they may be useful in the future.
```
(multiline nil ; TODO: Unused?
:type (or boolean integer)
…
-
It would be amazing if there would be an option to have link hintings like those by default in Conkeror. The right side is Conkeror while the left side is Nyxt which has similar link hints like Surfin…
-
Dear all,
since a few weeks I have an issue with the window of my browser (i.e. chromium) not refreshing for about 30-60secs from time to time. This happens usually when switching back to the brows…
-
It's sort of "a bit" works on Raspberry Pi 3 with Ubuntu MATE 16.04. File "glib.misc.lisp" does not have ARM architecture to define `G-SIZE` C-type. I've made it `:ULONG` - everything compiles, but no…
-
Since 0.3.0 `NIL` is the default slot value.
It can be desirable to used `:unbound` as default, or something else.
A class option would be perfect for this.
CC @aartaka
-
If you restore sessions and keep nyxt:help open, notice how the page keeps stacking up.
This was not a problem before Lisp URLs because internal buffers were not persisted in the session.
Now I …
-
**Describe the bug**
Once more I do not know if this is a bug or a feature request.
I would like to persist a list of favoured buffers and had thought that I could simply save a list of buffer i…
-
Async reading is saving us in many places, but it does not save us from reading too much. For example, once my Nyxt history file exceeds 150MB (which it does every one-two months), it makes my Lisp im…