liam

Results 32 comments of liam

It looks like `revChatGPT` resolved the issue, I updated the dependency in requirements.txt, but an easy fix if the plugin is already installed would be to run `pip3 install revChatGPT...

Hmm strange, running this exact command on the following neovim version seems to work for me: ``` NVIM v0.8.3 Build type: Release LuaJIT 2.1.0-beta3 ```

> Hi @EvilOtto2, > > There is a question, on some imports in this Python file, that don't exist in the Python file in the really cool video @terror posted....

> It looks `versions < 0.21` don't support this... And also I am afraid not creating the default wallet will break too much users code: > > I would suggest:...

> Running the external tool to perform the update seems interesting but can definitely happen after / separately. > > Maybe it's worth looking at what tailscale does? Yeah I'll...

Should we also consider `--exclude-packages ${packageName} ... ${packageName}` and `--constraint-packages ${packageName}>=1 ... ${packageName}>=1` on the CLI? I mention the single package case in the issue, but this might also apply...

I have read the CLA Document and I hereby sign the CLA

> Thanks for the contributions. It looks like the newly-added tests are failing in CI. Could you take a look? I believe this was because we were missing a `write(true)`...

> > Thanks for the contributions. It looks like the newly-added tests are failing in CI. Could you take a look? > > I believe this was because we were...

> @terror thanks for taking this on! > > One concern I have is that perhaps we need two limits: a soft cap and a hard cap? > > Specifically,...