FrankReh

Results 176 comments of FrankReh

The io_uring.h already defines four bits for cqe->flags, and in one mode, even carries a buffer id. That becomes clear when one reads enough of the liburing man pages or...

I would like to soon provide a PR for the multishot accept operation and it would be nice to support the multishot accept direct operation as well, and so having...

Now that I have it working with my own forks, I see it required adding an optional ioprio field to the Accept operation. But I'm still wondering what the preferred...

Sorry, drive-by-er at the moment. The GATs that this blog says are stable in 1.65 coming Nov 3rd (tomorrow)? https://blog.rust-lang.org/2022/10/28/gats-stabilization.html

The last argument to the ArrayEach callback is an error which is always guaranteed to be nil since a5d5436d. Maybe the arg should be renamed '_' with a small function...

Have working OpenPTY versions for OpenBSD and FreeBSD too.

Is there an update on this? Am I correct in thinking the current ci is using a GitHub ci runner to run cargo cross and cargo cross is using qemu...

To save anyone else time because the problem still exists in 2023. Yes, `neovim` and `watch` aren't working well but setting `nobackupcopy` is a solution. I created a local .vimrc...

Assume if some of this gets merged, squash merge is used. Let me know if I should squash though.

I see the typos under 'deps' can't be fixed here. I'll revert those. I've opened PRs on some WIT dependencies I've found along the way.