Felipe S. S. Schneider

Results 80 comments of Felipe S. S. Schneider

> But I'm not sure whether this is acceptable as it will introduce a change to `LLMChatEndEvent`: > > ```diff > class LLMChatEndEvent(BaseEvent): > messages: List[ChatMessage] > - response: ChatResponse...

@BurntSushi can we get this merged? ❤️

Some related issues: #10, #21, #24 and #52.

Now I see. Thanks for the explanation! > While I consider Thebes.jl a bit of a toy, I occasionally find it useful for the odd logo... :) I think Thebes.jl...

> > I would like to implement Extend Extend Extend

Hi, @ghutchis, that's indeed very useful. Yes, that would be the minimum amount of information, I think. I've tried various approaches, and pnictogen was a proof of concept, going a...

Do you plan on using something like pnictogen as a backend? > I have some goals for the Avo2 input generators (i.e., to allow multiple panes and for choices in...

> I am on helix 22.12 ([882fa11](https://github.com/helix-editor/helix/commit/882fa11d17c27fbda3426023b898c0e7acb6cd94)), `pyright==1.1.292` (not latest 1.1.**293**), diagnostics, completion, etc are working. Same thing here ([complete configuration file](https://github.com/schneiderfelipe/dotfiles/blob/aebd938c531ebb6234b4e3d9082b8b3f919b8242/.config/helix/languages.toml#L101-L108)): ```toml [[language]] name = "python" # roots =...

> @schneiderfelipe, the following config makes pyright type check in strict mode: > > ```toml > [language-server.pyright] > command = "pyright-langserver" > args = ["--stdio"] > > [language-server.pyright.config.python.analysis] > typeCheckingMode...