Andrey Listopadov
Andrey Listopadov
> locate where com.fasterxml.jackson.core:jackson-core:jar:2.17.0 is in the classpath for that repl I don't think it's located anywhere yet, as add-libs tries to download it, and fails to find the artifact....
> Would you be interested in opening a PR? I can do that but probably a bit later
not yet, but hopefully this week. Renovation is a huge timesink :)
@vemv sorry it took so long, the end of the year is a busy time [Unfortunately](https://superuser.com/a/1518809) the `-L` switch doesn't allow for using `0:localhost:remote-port`. I've tried the recipe and indeed...
another workaround is to define an advice that will simply mark whole buffer: ```emacs-lisp (define-advice langtool-check-buffer (:around (fn &optional lang) fix-narrowing) (save-mark-and-excursion (unless (use-region-p) (let ((inhibit-message t)) (mark-whole-buffer))) (funcall fn...
Yeah, I can confirm that this happens still. I've already opened same issue #30, but i think that @kotelnik misunderstood me This is KDE Store version:  This is git...
I wonder if the `lua` special could be used to just splice in some arbitrary code at an arbitrary place. E.g.: ```fennel (fn inc (lua ": number") [x (lua ":...
Note, `require` is useful with Lua's module system obtained via `package.preload`. I often _include_ other single-file libraries in cartridge source code by using functions: ```lua package.preload.bump = function () --...
Jul 6, 2024 14:01:05 sogaiu ***@***.***>: > > @russtoku[https://github.com/russtoku] Sorry, for the late response and > thanks for these tips! > > I had started thinking about doing something like...
> Regarding "already one neovim client", may be you meant this > repository[https://github.com/HiPhish/fennel-repl.nvim/]? Yes, that's it