Douglas Dwyer

Results 39 comments of Douglas Dwyer

@icubbon, thanks for the review. I guess I missed the required/not required distinction, so that's a good catch. I've corrected the issue. Regarding the difference in file separators (`\` versus...

I went ahead and regenerated the samples on Linux. This seems to have fixed the file separator issue, so I hope that we can move forward with the changes :)...

@chanced Thanks for your feedback. Currently, the issue that we are facing with this is that the generated model only contains the fields of the inherited types (in the case...

@chanced I see - your concern is with regard to the OpenAPI standard itself? Unfortunately, I couldn't find any relevant place in the standard where the behavior for mixing properties...

For me, this jittering effect *does* occur on Windows 10 with `egui-wgpu`. When I run the `hello_world_par` example, resizing the window leads to the same distortions shown in the other...

I would also love to see this merged! It would be great to have a cross-platform solution that works on the web. @RReverser, is there any chance that the `#[cfg(feature...

> Why would you enable wasm-bindgen on other platforms? I have a cross-platform application in a Cargo workspace. When I add a dependency, I put it under `workspace.dependencies` and enable...

> Since this is all internal API, why separate MaybeOwned and MaybeOwnedInner types? My instinct was to separate them for readability. However, since it's an internal API, they don't necessarily...

Because the worker messaging API is utilized for thread initialization and termination, there isn't currently a way to send transferables to another thread. The `wasm_thread` crate would need to be...