Artyom Bologov

Results 67 issues of Artyom Bologov

**Describe the bug** `bookmarks-panel` fails on 64ee52b07025e143ba3dc24e0e350ed1ace7a1af (and earlier commits too) with: ``` There is no applicable method for the generic function # when called with arguments (NIL). [Condition of...

bug
lisp-protocol
3.0
nfiles

Here's what I came up with, given that body of the `deftype` is actually a regular macro body with all the local functions and other niceties of Lisp: ``` lisp...

question
low
feature

# Description This marks the `nyxt:` URLs as `:secure-p`, thus allowing outside resources, like HTTP(S) pages, to link to Nyxt-specific `nyxt:` URLs. This way, one can post example URLs and...

This introduces ActivityPub support, allowing to read content from [Mastodon](https://joinmastodon.org/), [Plume](https://joinplu.me/), [Lemmy](https://join-lemmy.org/) and other federated social networks -- all in the same Nyxt-native configurable interface. # What's New - An...

**Is your feature request related to a problem? Please describe.** I've done some programming in JavaScript, and it has this nice object initialization syntax ([see MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Object_initializer#property_definitions)): ``` js {a, b,...

question
low
feature
configuration

**Is your feature request related to a problem? Please describe.** Lots of browsers have built-in PDF-viewer (even if it's just a barebones [mozilla/pdf.js](https://github.com/mozilla/pdf.js)), and that's a valid expectation that Nyxt,...

ffi
feature
ui

**Describe the bug** I've encountered when using `set-url-new-buffer` with a terrible connention. It took some ten seconds before the prompt dissapeared and the new buffer appeared. Which is not okay,...

# Description This is a small addition as a first step to address the #2537. `user-funcallable-class`, as implemented here, is not immediately useful, as we usually initialize commands not with...

**Is your feature request related to a problem? Please describe.** #2543 introduced context menu commands. Those are quite clunky now and require using the `ffi-add-context-menu-command` operator, which looks somewhat detached...

feature
command

**Is your feature request related to a problem? Please describe.** We have configurable `user-class`-es for almost everything in Nyxt. `command` and `internal-page` are classes too, although not `user-class`-es. We may...

question
feature
command
configuration