Christopher Joel

Results 155 issues of Christopher Joel

We received some feedback that the default ARIA on `` (`role="image"`) makes it hard for some screen readers to use the built-in keyboard controls. It's possible that an alternate role,...

type: feature
arc: compatibility
arc: interaction
flag: partner

Depends on #213

type: feature
arc: rendering & effects
arc: customization

Currently, we detect HDR images by their file extension. This is great if you only ever use URLs to specify the image, but it falls apart for drag/drop (such as...

type: feature
arc: compatibility
arc: community

If we exposed a [`captureStream`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/captureStream) method then our users could use [`MediaRecorder`](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder) to capture video without any additional coordination on our side. Our `captureStream` method would probably have to do...

type: feature
arc: extensibility
arc: community
project: model-viewer

As `` has evolved, we have made a number of changes that impact performance in significant ways. For the most part, we are always striving to improve performance. However, it...

arc: performance
type: chore

**Describe the bug** TL;DR `Ipld::Map` does not strictly order keys, leading to inconsistency in content hashing between this implementation and `go-ipfs` (and probably others). Strictness errata for DAG-CBOR, including explicit...

bug

**Describe the bug** TL;DR the latest published `ipfs` package on crates.io is broken/unusable. The latest published `ipfs` crate on crates.io has `aesni` in its dependency graph (via a dependency on...

bug

### Describe the Bug When making use of the remote webdriver URL for `wasm-bindgen-test-runner` (e.g., the one configured by setting the `CHROMEDRIVER_REMOTE` environment variable), `wasm-bindgen-test-runner` drops the path component of...

bug

### Describe the Bug `gloo-net` HTTP features cannot be used in a worker because the library always tries to access the Fetch API from `Window`, which will fail when running...

bug

### Background When testing **real iOS devices** on BrowserStack, [URLs that have the `localhost` domain get redirected to `bs-local.com`](https://www.browserstack.com/question/759). At the time of this writing, it appears as though BrowserStack...