John Mercouris
John Mercouris
Global History is a very cool idea in concept. Unfortunately, I don't think that the implementation is something that we've managed to nail down yet. For this reason, I suggest...
What would it take to port Lem to work on Nyxt? Was it hard to port to electron? Do we need to support some sort of ncurses emulation layer?
When working with mp3 files of indeterminate length, or ones that end on an odd number of PCM frames when decoded, as would be the case for variable bit rate...
It is currently possible to decode audio files to PCM. It would be additionally nice to be able to directly decode mp3 data frames to PCM.
Hello Eitaro, Executing the following: ``` sbcl (ql:quickload :qlot) (qlot:install :next) ``` results in the following: ``` Error while executing a shell command: "/opt/local/bin/sbcl" "--noinform" "--no-sysinit" "--no-userinit" "--non-interactive" "--eval" "(require...
Pedro pointed out to me recently that when using `set-url`, what may happen is you are given many duck duck go search suggestions. However, at the same time, you may...
The following slots were removed from prompter-source, they may be useful in the future. ``` (multiline nil ; TODO: Unused? :type (or boolean integer) :documentation "If non-nil, each candidate can...
When connecting the following is assumed: ``` (defun session-server-addresses () "Return a list of server addresses for the current session." (when-let (string (getenv "DBUS_SESSION_BUS_ADDRESS")) (parse-server-addresses-string string))) ``` on macOS however,...
Is there a way to produce a app bundle or something the user can double click on to launch the application?
**Describe the bug** Sometimes URLs get malformed within the body of a source code block within the `describe-` interface. **Precise recipe to reproduce the issue** Visit `nyxt:describe-function?fn=%1Bdefine-command&function=%1Bdefine-command` try to click...