Matt Campbell
Matt Campbell
@emilk I mean, should I just open a PR with the dependency bump and the updated Cargo.lock, or would you rather batch this update with others, as you have before?...
Can I pay someone a modest amount to fix this? I don't think I have time to dig into it myself right now, but I don't want to just complain...
My rationale for event variants: The existing winit event handler callback is the one place in a typical winit-based application that has access to mutable application state, without having to...
Unfortunately, I think I've identified a fatal flaw in the idea of extending winit's existing event handling to cover platform-specific events, particularly those that require synchronous handling with a result,...
Hi, lead developer of AccessKit here. AccessKit isn't nearly feature-complete enough to expose an arbitrary DOM in the ways that screen readers expect. And unfortunately, my focus will be on...
@tomkail Do you think you might have time to look at this soon? Being able to use a newer version of Unity would help with the primary problem we had...
What would it take to make the shadow DOM solution acceptable to you? Requiring the user to press a button to enable accessibility is tolerable; I understand that unconditionally creating...
The issue with cbindgen only supporting macro expansion on nightly Rust is an issue for [AccessKit](https://github.com/AccessKit/accesskit)'s C bindings. In the short term, I think we'll have to manually generate our...
Unfortunately, that didn't work either. To solve this, I switched to the Mint adapter, then added the following adapter options: ``` adapter_opts: [transport_opts: [inet6: true]] ``` In my testing so...
Unfortunately for what we want to do here, zbus doesn't let you get a file descriptor for the connection and drive the I/O yourself; it can only use async-io or...