Benjamin Saunders

Results 938 comments of Benjamin Saunders

I think this could be implemented satisfyingly outside of yakui, by projecting yakui's 2D domain (e.g. mapping onto a curved mesh) and inverse-projecting mouse input (e.g. raycasting) however the user...

I prefer yakui's current approach of exposing plain data which can be passed wherever. It's generally easier to dispatch data to different locations than it is to dispatch between traits,...

That sounds good, but I remain uncertain how the above could be easier to work with than, say, `fn(&PaintDom)`.

> The problem is that the PaintDom it returns is actually just a reference to a field on Yakui. A natural solution to this would be to perform the work...

Sounds about right to me.

There's also [`arc_swap`](https://docs.rs/arc-swap/1.6.0/arc_swap/).

Self-signed certificates work just fine. I use [rcgen](https://crates.io/crates/rcgen) to generate them for use with rustls routinely. You just have to trust them manually, of course.

Yes, this is completely out of scope for cpal, Use something like the above, or the `bytemuck` crate.

I'm pretty sure this is an issue with our interop tool/image rather than Quinn proper, but I've never been able to get the runner to work in my environment to...

This doesn't seem to be happening anymore; probably it was fixed when I finally got the runner working locally last year and did a bunch of clean-up.