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

According to the comment, seems extra. https://github.com/atlas-engineer/nyxt/blob/9dd8fb8d6c0e8bca5abc14fa1ffab3f5d4f31186/source/renderer/gtk.lisp#L655C1-L665C1

ffi
low

Nyxt would like to see itself available on Ubuntu. Nonetheless, it's hard to commit to such a task since, besides having other priorities, none of the team members either uses...

help-wanted
build

Follow up to https://github.com/atlas-engineer/nyxt/issues/2780#issuecomment-1424752997 👍 There is a draft of this in `build-scripts/sync-submodules-with-guix.scm`. It won't work for all deps though since some Guix package don't use Git repos. But for...

build

`buffer`, `status-buffer`, `panel-buffer`, `prompt-buffer` etc. have a lot of duplicate `style`s. Not only this increases duplicate lines of code, it increases a maintenance burden: on has to update all the...

good-first-issue
high
ui/ux

Ensure that the cases below are handled. ### 1 Notify user that suggestions are being computed: ```lisp (prompt :prompt "Test" :sources (make-instance 'prompter:source :name "Test" :constructor (lambda (x) (sleep 4)...

prompt-buffer
ui/ux

Our docs written with the help of `spinneret` suffer from minor whitespace issues. Find an example in the screenshot below. ![2023-07-12_19:13:54](https://github.com/atlas-engineer/nyxt/assets/45483512/184a099f-e1e3-41e5-bb5b-16588cc76006) I suggest the solution below. ```lisp > (spinneret:with-html-string (:p...

doc

Hello all, I think an improvement here could be wonderful for getting users from A-->B a little more efficiently. However, after writing this out I am no longer convinced that...

feature
ui/ux

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] The current solutions for...

feature

Currently, `bindings-keys` doesn't report bound prompt buffer commands. This impacts our docs, since `:nxref` won't be able to show keybindings associated with prompt buffer command. ```lisp CL-USER> (nyxt:start :failsafe t)...

doc
feature

**Is your feature request related to a problem? Please describe.** Missing setup documentation for password-store **Describe the solution you'd like** Add following to manual section Password management: To configure Password...

bug
doc