John Nunley

Results 373 comments of John Nunley

Some BSDs have `EVFILT_USER`, which can be used to wake up a `kqueue` without using a `pipe`. Similarly [`port_send`](https://manrocks.org/solaris/port_send.3c) can be used on Solaris. However I'm not sure how this...

`polling` supports this via the [`Signal`](https://docs.rs/polling/latest/x86_64-apple-darwin/polling/os/kqueue/struct.Signal.html) type.

As of now, `README.md` contains the correctly released code.

Idea 1 sounds good to me, since an initial window size is also required by `wgpu`.

X11 and Windows do not support intrinsic scaling

[Here](https://github.com/bread-graphics/genimage/blob/master/src/format.rs) is an API I wrote a while back for an image crate I was writing (abandoned as of now). The idea is that is specifies RGBA channels, their sizes,...

> * What variants are useful to provide? What errors might a consumer of the library want to actually handle? I think we should only really consider user-caused errors, plus...

@wiiznokes Can you please share the output of `xdpyinfo` on the affected system?

I asked a question to the user on the linked issue: https://github.com/wiiznokes/fan-control/issues/98#issuecomment-2099674881