Simon Frankau
Simon Frankau
Fixed #1476.
A somewhat literal translation of kill-buffer to Rust. There's a lot of unsafe code, including plenty of pointer work on linked lists. Compared to e.g. accessors, I don't see a...
One of the things I like about Rust is that (as long as you're not doing unsafe things) it provides memory safety guarantees. However, #845 brought home to me that...
I thought I'd have a go at another lisp function in `buffer.c`, and am raising this as my intention to work on it, to avoid duplicate work.
Hi. I'm interested in adding touchpad multitouch support to winit, with an implementation for MacOS. I'm new to winit, so I'd be keen to get feedback on whether this is...
Hi. **TL;DR: Remote account follow 404s on mastodon.xyz. Could be WAI, could be user error. I have a workaround, just thought you might like to know.** I've been using `madonctl`,...
I think the IPv6 column was added without updating the column indices in the 'toggle column' code. Hopefully fixed with #160.
Right now, toggling "uptime", "https" or "obs" toggles the column to the left of the selected one, and there is no toggle for IPv6. This PR fixes the column selectors...
### Summary *When I copy some files recursively around the remote file system, I want the behaviour to match the documentation, and give me control over file modes.* In the...
When playing with galasm, I spotted a couple of bugs: * The output filenames before the extension would be truncated because earlier NUL characters can appear in the file name...