Douglas Dwyer

Results 10 issues of Douglas Dwyer

This PR addresses issue #11965, which causes an unknown response type error to occur during file download, by switching the primitive data type of files in Go from `*os.File` to...

The types generator does not properly create structure types for models of the following format. The properties defined directly on the model are not included in the output struct: ```...

This issue concerns the fact that chorded pointer events (for example, pressing the left and then right mouse buttons at the same time) do not work correctly on the web....

type: bug
status: help wanted
platform: WebAssembly
type: platform parity

This PR addresses issue #10219. The Go client generator does not include properties from `allOf` dependencies in generated models. This is solved by embedding the parent models into the generated...

From profiling, I have found that creating a `zstd::stream::Encoder` and using it to encode a small amount of bytes (less than 100) takes over 200 microseconds per encode on my...

**Connections** https://github.com/gfx-rs/wgpu/pull/5500 - Pipeline-overridable constants **Description** I was excited to try out the new pipeline-overridable constants that were added in version 0.20, but unfortunately, I discovered that they didn't work...

## What this PR does This PR implements the ability to serialize/deserialize (almost) the entirety of a `Context` via a new feature called `snapshot`. This includes the `FontDefinitions`, `Memory`, `Style`,...

This PR implements the ability to cut, copy, and paste text on the web/WASM platforms. This allows libraries like `egui-winit` to use the clipboard on the web (see https://github.com/emilk/egui/issues/4270). This...

enhancement
waiting on review
O-Web

This PR integrates the changes from https://github.com/hexops/mach-dxcompiler/pull/8 alongside some additional fixes. With these fixes, I am able to build the `windows-msvc` target on my machine. In addition, this PR adds...

Hey! While working on a separate project, I found this crate. It looked great, but I needed support for 64-bit futexes in my project. So, I created [this fork](https://github.com/DouglasDwyer/wait_on_address). While...