Artyom Bologov

Results 67 issues of Artyom Bologov

This replaces the non-existent `org-basic-drawer` class name with the existing `org-drawer`. Backstory: I tried to parse a file with drawers and a debugger shouted this at me: ``` There is...

# Description This moves all the functionality of the `auto-mode` into `modable-buffer`, which results in cleaner code and more reliable mode- and page- specific mode settings. What's new: - `define-auto-rule`...

# Description This adds the ability to provide arbitrary keyword arguments to `lisp:` URLs and parse those in the callbacks. In addition to that there's also: - `lisp-url` to construct...

There are some topics that emerged repeatedly over the last few month (and especially during Christmas break). Given the frequency, these topics deserve being expanded on in the manual, or...

doc
3.0

# Description This changes our search functionality to depend on Plump and Lisp-side calculations. Pros: - More controllable and extensible (for example, for #2230 (CC @aadcg) and search-based annotations). -...

#2096 set a good ground for our REPL to finally become usable. But there's still a long way to go to make a perfect REPL: - [ ] `M-n` and...

lisp-protocol
feature
ui/ux

**Is your feature request related to a problem? Please describe.** Our Lispy extensions installation is quite manual as of July 2022 -- git cloning to a certain directory, then ASDF-loading...

help-wanted
good-first-issue
feature
ui

For now, `reduce-tracking-mode` is not doing much, while it should do lots of things to fight tracking. This is the list of most trackable things in Nyxt that, I believe,...

feature
modes

In 08af7661bc90bd8e4518a56bbcca4e9aa2bddd73, I've reverted the change that was relying on the toplevel-ness of the request to decide whether to download the requested file. This was because some of the page...

bug
ffi
high
security

This is a terribly rough prototype for XMPP support. # Things There - Dependency on old `cl-xmpp` that seems to cover everything we want -- just takes some learning and...

help-wanted
ffi
feature
ui