John Nunley
John Nunley
As of the time of writing, the MSRV for `softbuffer` is **1.64.0**. As far as I can tell there is no MSRV policy, but the informal rule seems to be...
Closes #847 rustix is a wrapper around either raw Linux system calls or libc, based on the current platform. The main advantage is that it can make programs much more...
The code that uses `getent` to interact with NSS is probably useful in contexts outside of `eyra` as well. It would be useful for implementing `libc` calls like, say, `getpwuid_r`.
I'd like to be able to use this in my [Woodpecker CI](https://woodpecker-ci.org/) setup, but there is no docker image available. Thus far my solution is to [hardcode the release URL](https://codeberg.org/notgull/smol-hyper/src/commit/f36498377315cc2a8b8df8fb9abf5a302e1076cd/.woodpecker/release.yml#L18)...
It would be nice to be able to handle uninitialized memory, like with the `atomic-maybe-uninit` crate. I'm not familiar enough with atomic instructions to know how this could be done.
Our current "block inside of the event handler" strategy for holding events doesn't work on the Web. I'm not sure if there is a solid way for this to translate...
Many common patterns of GUI usage rely on being able to intercept events, making them unavailable for the rest of the system. It would be nice to be able to...
I have to apologize. I know it sounds self-deprecating, but really, I've been over the line on this particular issue. This should hopefully fix it for now. The new implementation...