Thiago Padilha

Results 136 comments of Thiago Padilha

@patrick-stephens rebased and fixed the builds. Couldn't enable by default on windows because the build fails on missing `libcrypto`, which I assume is a librdkafka dependency.

@leonardo-albertovich it seems the windows-specific cmake is not being applied during CI since appveyor tried to build it. Do you know what I might have missed?

@leonardo-albertovich nevermind, it was a typo in windows-setup.cmake. Can you approve again?

> There are some issues with this -- Namely the model context does not seem to be reset between requests, so if you cancel your current request and make another...

Another approach to make it run instantly without reloading the weights every time is by using a client/server model, which if what I've done in #278. This is how it...

Hi @justinmk. Following up from your [comment](https://github.com/neovim/neovim/issues/4439#issuecomment-2009774868) in a issue I was subscribed to. I will try to answer some of your questions, but please take it with a grain...

@drbugfinder-work Thanks for this PR. I skimmed quickly through the PR and lua lanes documentation in order to understand the end goal, and I assume this is how everything will...

Something I had planned is to allow one nvim instance have multiple screens(possibly of different sizes) attached. The main purpose is to allow more fancy GUIs(which have panes with different...

> Also, I wonder if the logic of finding rplugin files/packages, and later, finding changes to rplugin files to remove the need for :UpdateRemotePlugins, should be delegated to the rplugin...

if these things complicate implementing the translator, feel free to delete them