nyxt icon indicating copy to clipboard operation
nyxt copied to clipboard

Nyxt - the hacker's browser.

Results 274 nyxt issues
Sort by recently updated
recently updated
newest added

Some time ago we discussed the crash that could possibly be due to flooding WebKit with too many view initialization in too short a time window. (Remains to be confirmed.)...

high

Questions: - If we deprecate a command, shall we remove it for the next major release? If so, then no need to report the version in which a command was...

3.0

In some cases and in particular for testing it's useful to ask Nyxt to not load any file from disk to ensure reproducible behaviour. We often do `nyxt --no-config` but...

For now Next is fully in English. It would be nice to add support for other languages too. I wonder if there are internationalization libraries for Common Lisp. Maybe gettext...

help-wanted

**Describe the bug** When trying to do my regular workflow it crashes, get stuck or buffer gets deleted. Example of various sites that I have problems with: ``` [20:55:30] Loading...

bug
3.0

Currently our modes are buffer-local. What about window-local modes, or global modes? For instance, say we want to have a way to change all the paths of bookmarks, cookies, etc....

low
feature
modes

**Describe the bug** Activating `vi-insert-mode` or `vi-normal-mode` on mobile devices that make use of touch input events will cause events such scrolling or clicking on hyperlinks to not work at...

bug
ffi
keymap

In commit 0b1f8244d02d64322cdc45dd8b64ecb217bcbaff @jmercouris added this line to quit Nyxt: ```lisp (uiop:quit 0 nil) ``` On SBCL `uiop:quit` calls to `sb-ext:exit`. Excerpt from the docstring: ``` When ABORT is false...

low

`common-settings` is for now a bit barren but we can easily see how it can be expanded to be a full-fledged configuration panel. Now the problem is that it's very...

ui/ux
configuration

We've got a bunch of namespaces in Nyxt which are managed in an ad-hoc fashion, like commands and it `*command-list*`, etc. Instead we could formalize this cleanly using https://github.com/guicho271828/lisp-namespace or...

low