JalonSolov
JalonSolov
`v fmt` is an opinionated formatter. Same as `go fmt` before it. That's why there are no options - you get what you get... and so does everyone else. This...
When Go's formatter was released, it was simultaneously the most loved _AND_ most hated feature. It doesn't give you any options - it always formats things the same way. What...
The regular `term` module (not `term.ui`) has functions as well, such as https://modules.vlang.io/term.html#utf8_getchar
According to the UniCurses page, it is a Python wrapper around PDCurses lib... neither of which is native to Windows (as in, it doesn't come with the OS).
Perhaps someone could, if they wanted to do so.
This should have been fixed by one or both of the linked PRs... can it be closed, now?
Well, part of the problem is that you can't propagate from main - it is just an exit. In the case of const, it's even _before_ main, in _init().
It you're going to rename it, it should be renamed to a V name, not a C name. `get_current_dir` would be more V style.
We recommend the gcc/clang package from https://winlibs.com - it is the one that has caused the least amount of problems for other V users. Also highly recommend enabling WSL instead...
Just cross-compile from Linux to Windows. Works fine.