Jay Oster

Results 366 comments of Jay Oster

And does the `rustc` command show you are using deployment target 11.0?

Hi. The concern I have for this is that the toolchain file locks the project to the stable release channel. Our CI is setup to build and test [with multiple...

Ok, sorry for taking so long to get back to this. My follow up question is how will this work out for maintaining the flake and lock file? I have...

Ok. If you're happy with it in its current state, I will do the merge.

Thanks for the report! This error is caused by the old version of `wgpu`, which should "fix itself" if we upgrade. This information is according to https://github.com/gfx-rs/wgpu/issues/7496#issuecomment-2787936125 (I have not...

@markusmoenig I just haven't been keeping up on maintenance. There are no technical blockers to my knowledge, apart from the known issues with keeping everything in sync (https://github.com/parasyte/pixels/issues/392#issuecomment-1938014062). In terms...

Yeah, I'm planning to do some updates. I have set aside some time today to start making progress! Thanks for your patience, and the reminder.

I have an uncommitted patch that updates all dependencies for the examples. It's incomplete. I got dragged into other things before I could dedicate enough time to get through it....

The validation error is from desynchronized draw and resize. Resize is deferred by `winit-input-helper`, but drawing is not. It can be fixed by reordering these operations. E.g. by moving the...

I'm also completely misremembering how it ended up that `RedrawRequested` is treated differently from the rest of the event handling. Because this was there since the beginning with a salient...