David Given
David Given
Hello --- I haven't touched this for ages. I got as far as launching the kernel, but then it would crash partway through initialisation with symptoms that looked like a...
No motion, sorry. I would like to get back to it, but there are too many projects, too little time...
Are you using WordGrinder in a terminal, or are you using its X front end?
If you're using the terminal version, then any corruption caused by moving windows around isn't WordGrinder's fault. Instead I'd try a different terminal emulator. The terminal remembers the state of...
Hello --- sorry for the delay. The short answer is that there was never any need, as this was intended as a quick hack (I wrote the first version in...
I think newer OSX has truncate now? Certainly my Sequoia test system seems to have it in /usr/bin. Re the missing protobuf package: you sure you installed it through homebrew?...
Sigh, protobuf 30 now returns string_views instead of std::strings and for some reason, string_views _cannot_ be implicitly converted to std::strings. The fix is easy. Will take a look. Thanks for...
I thought I'd fixed this. Let me take a look.
This should be properly fixed now. I hope.
Belatedly: `rename()` is a syscall, not a libc function, and so is provided by the plat's libsys. For the Linux plats, this is the shared libsys in `plat/linux/libsys` which is...