DannyDaemonic
DannyDaemonic
Rebased with less "fancy" Makefile. Used shorter hash as originally recommended by @slaren. If this is no longer desired, let me know and I'll put it back.
I had a big project come up and I've been pretty busy. I'll rebase this tomorrow though and see if anyone wants to review it. It might be easier for...
Seeing as how people are still hitting the old subprocess issue, I've rebased this patch. I've also got other UI improvements I'd love to put through. I think technically you're...
Thanks. If it helps, I'm pretty good about bug reports related to my code. Even if I'm working on a paid job.
Ok, I'm only able to recreate the issue on Windows 11 *with* Powershell. It does seem to work fine if you run it through the command prompt. This is a...
I vaguely remembered seeing this before, and then I remembered, it was with this project! I was having trouble with powershell before I ever touched the io code. I downloaded...
@mirek190 This was a weird one. I realized if you open a new terminal and the very first thing you do is run `main`, simple io works! The problem is...
Fixed with #2521. I hope it won't take long to get through. Again, in the meantime, just run main as the first program in your powershell instance. If you run...
Thanks for this. Could you tell me if `LC_ALL=C.UTF-8` also works? There may be a general solution that works for everyone rather than having a special case for LC_ALL and...
@qingfengfenga I think the best solution is to add `ENV LC_ALL=C.utf8` to both full and lite dockerfile builds and not add any additional language packs at this time. This should...