Parrot on Windows 11 #53
-
There seems to be some kind of problem with the environment variable "DEBUG_PARROT" on Windows 11. The problem I have is my terminal freezes. I'm using a standard setup and Anthropic. The culprit is one of the first lines in logger.lua and I changed line 5 from
to
And now it all seems to be working fine. Does anyone know what the problem is? (I guess it has something to do with how powershell/Neovim handles the enviorment variables) Update: The plugin doesn't seem to be using normalized paths / portability at all and for instance the check
Will fail miserably on Windows (and most other operating systems not being linux). So guess I have to rewrite or use a WSL... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Dear @franticflux, Thank you very much for pointing out this issue. At the moment, I can assure you that it works on Unix and Linux systems. I believe that WSL is the way to go for Windows users. Otherwise, I am always open to incorporating changes that also support Windows, but I currently do not have the time to set up such a machine to do it myself. Thank you for your understanding. |
Beta Was this translation helpful? Give feedback.
Dear @franticflux,
Thank you very much for pointing out this issue. At the moment,
parrot.nvim
cannot fully support Windows, especially regarding the way files are stored and read (resolving paths, etc.).I can assure you that it works on Unix and Linux systems. I believe that WSL is the way to go for Windows users. Otherwise, I am always open to incorporating changes that also support Windows, but I currently do not have the time to set up such a machine to do it myself.
Thank you for your understanding.