Leo Alekseyev

Results 24 issues of Leo Alekseyev

I need to write the output of an API call to a JSON file without the headers. Unfortunately, it doesn't seem like I can do this with ob-restclient. In particular,...

Example: ``` ( foobar foo ;; baz ) ``` Try to drag `foo` one line up. Result: ``` ( foo foobar ;; baz ) ``` Note that this was in...

I am trying to use winum with the latest Doom Emacs; using `winum-scope 'frame-local` throws the same type error as reported in #5 (full use-package stanza, for reference): ``` (use-package...

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [ ]...

bug

Currently, a scheduler ensures that there is only one instance of itself. There appear to have been discussions around allowing multiple scheduler processes with the goal of providing high availability....

Out-of-the-box behavior of the autocompletion layer in org files includes expanding words using company-dabbrev. The resulting experience, particularly in large org files, is that a completion pops up for nearly...

Org
Auto-completion

It seems that lispy doesn't provide an easy way to step inside a sexp: `(setq foo bar)| -> (setq foo bar|)` This is surprising and forces me to revert to...

See the gif below for a minimal illustration. In short, it seems quite easy to get lispy into a state where it refuses to insert a closing paren where it...

When issuing several queries on the same model, the list representing the "many" side of the relationship gets appended with identical entities. This is undocumented and very surprising since one...

### Issue Description Documentation suggests using the skipper function to skip over large response bodies. However, it is not obvious that the skipper function runs *before* the route handler, which...

docs