K Lange
K Lange
These are the current setters/getters: - `colorgutter`, global, boolean - `indent`/`noindent`, buffer, boolean - `theme`, global, colorscheme name - `splitpercent`, global, integer - `syntax`, buffer, syntax highlighter name - `tabs`/`spaces`,...
I have a rudimentary implementation of basic left-right splits. Currently only works when two buffers are open, and the split viewport will be between those two buffers (so at the...
Another hack for having a split view on the same file has been added, and I've spent some time thinking about how to correctly handle all of this moving forward....
Hm... I'm trying to think whether it's feasible to provide some sort of proxy for the website while allowing a CNAME to forward telnet to other providers. If the new...
The default package manager config does actually have an offline fallback set up, to load a manifest from the CD, but that manifest has been gone for a while. There...
I added a simple dialog box when no packages are available in da7651cec618447c827553a42a4d4bdaffd66937, though I'd like to do something a bit smarter and actually inform about failing repositories, so I'll...
Github Actions runs the Docker build regularly and has not encountered this issue. Can you post a complete log?
`os.get_terminal_size()` is only available in Python 3.3 and newer; if that's an acceptable requirement, `shutil.get_terminal_size` may be a better option as it also checks the `$COLUMNS` and `$LINES` environment variables...
ToaruOS/PonyOS ship packages for Python 3.6, so no problem from our end.
On the topic of running QEMU under ToaruOS: - A fellow hobbyist OS developer successfully ported QEMU to his OS some time ago; it is a complex port with a...