_

Results 31 issues of _

As per https://github.com/NicolasPetton/Indium/issues/249#issuecomment-664365115, I tried a minimal example. With Node versions 17, 18, and 19, indium-launch (nor connect) does not work. I tested this with nvm, but there might be...

Hi semiosis, I have been keeping a keen eye on your work for a while now. While I didn’t have the courage to try what you are doing, I feel...

Now that treesitter is in Emacs proper, it sounds reasonable to incorporate it. Link for context: https://archive.casouri.cc/note/2023/tree-sitter-in-emacs-29/index.html

**make sure to read the [troubleshooting](https://github.com/merrickluo/lsp-tailwindcss#troubleshooting) guide first.** This is a bit of a shot in the dark, but is it possible to use lsp-tailwindcss in clojurescript? I tried add-on,...

**Describe the bug** As in title, when using `pip install -e .` for dev. Traceback (most recent call last): File "/home/pollock/.pyenv/versions/3.9.0/bin/lwe", line 5, in from lwe.main import main File "/home/pollock/llm-workflow-engine/lwe/main.py",...

**Describe the bug** In the config, unclear as to how to set max_submission_tokens (in the preset or in the config?). Also, preset-save and -load do not operate correctly with max_submission_tokens....

enhancement
help wanted

It would be very nice if in customize-variable we can remove the #+Downloaded tag that gets added by default. Thanks.

I am trying to debug an issue in another package (lispy) that uses iedit. https://github.com/abo-abo/lispy/issues/576 The function in question `lispy-unbind-variable` works fine if the function is evaluated line by line,...

I'm working on a performance-critical project that requires repeated parsing with parseclj. I'm interested in knowing whether there's built-in support for caching parsed results. If not, would memoization be an...

Dear Ashley, I came across your Brief video on Youtube, and was very impressed by the UX. I have recently started developing **a Forth dialect to use with LLMs** for...