John Nunley

Results 373 comments of John Nunley

I can't reproduce this issue on Windows 11

Can you run the example application under `xtrace` and paste the logs in a Gist?

This has been fixed on the softbuffer side.

Are there any logs in the `tracing` output?

Reproduced this issue, standby for investigation.

Make sure the following libraries are installed on your remote server: ``` apt install libx11-xcb-dev xinput libxcursor-dev libxkbcommon-x11-dev libx11-dev ```

I think a raw syscall crate would be reasonable, under the following conditions: - Code is shared with rustix - There is some static analysis component. For example enabling a...

> can we ensure/check that the `LeakedExecutor` methods are correctly inlined (which isn't direct clear when they contain await and such) I don't know how this would be automatically checked,...

Hmm, are benchmarks not built in CI? Odd.

Once this is rebased it can be merged.