-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird repl output and interactions #757
Comments
Hm, I can't reproduce this on my machine (running Windows 11 on Parallels). The weird characters suggests that your terminal is interpreting Pkl output as some other charset. This post on stackoverflow might help you: https://stackoverflow.com/questions/57131654/using-utf-8-encoding-chcp-65001-in-command-prompt-windows-powershell-window This might solve your issue with terminating prompts too? |
PS is using the
out of curiosity, what is the encoding on your parallels VM? Forcing it to
What i noticed just now though, is this line EDIT: I've found out that I was using the built-in Windows PowerShell which apparently it is stuck at 5.1 and left there to die.
Btw, how do I enable debug logging? |
Here's what I see:
Try running the steps in the answer here: https://stackoverflow.com/a/57134096/2460186. |
I've had console encoding issues with many Java programs on Windows. |
Sorry, this was an issue on my work computer and had to wait the weekend to get back to it.
also tab completion doesn't work. |
I did some digging around.
I am very not handy with JAVA, is there a way to include manually those dependencies? Does it need a Java SDK installed? |
Unless you're using |
hello, I've been using the repl but the experience has been a bit rough around the edges.
I am on windows and perhaps that is why, since i know that window support is just coming together.
For example, when I use the repl from the PS there seems to be a struggle with new lines and command submissions:
copy pasting a multiline expression is impossible as it adds
:
characters on every new line?while the pasted content was
There seems to be some jumbled up text in the error messages:
Is this an issue with PS?
The text was updated successfully, but these errors were encountered: