John Nunley

Results 162 issues of John Nunley

[QBE](https://c9x.me/compile/) is a compiler backend that aims to be simple to implement and simple to use. With [cproc](https://sr.ht/~mcf/cproc/) it is self-hosting. It would be nice if M2-Planet could compile QBE,...

There's no reason the Win32 backend should be starting its own threads in a sane application.

This is a missing addition to the Unsend ecosystem. This API adds a oneshot channel with the classic send/recv model. ref https://github.com/faern/oneshot/issues/50

We currently use the `tracing` crate in `smol-rs`, which has an MSRV pinned to Debian Stable (at the moment this is Rust v1.63). However, `tracing` has occasionally been an issue...

`wayland-backend` is planned to be used in the public API of [`winit`](https://docs.rs/winit/latest/winit/), by way of [`wayland-csd-frame`](https://github.com/rust-windowing/wayland-csd-frame). Since it's a public dependency it would be nice if it was stable, i.e....

It would be nice if the `Dispatch` was able to be used in code generated via `wayland-scanner` without needing to be `'static`. In my case this would allow me to...

The behavior of the canonical read_line is to append to whatever buffer is passed into it. At the moment it assumes the buffer is empty and panics otherwise. This commit...

https://github.com/smol-rs/event-listener/actions/runs/11566796086/job/32196037526?pr=145

This is for the organization of Smithay as a whole. I'm opening this issue here for lack of a better place to discuss. Given that GitHub has recently moved to...