Devon Govett

Results 96 issues of Devon Govett

Currently, the `react-dom` and `react-art` packages each have their own copy of `react-reconciler` compiled into them. This means, if you use them together, you get two copies bundled in your...

Status: Unconfirmed

Because Node 0.6 will have built in zlib support, calling `require("zlib")` to load this module no longer works since the built in version overrides the npm package. I use this...

Parcel 1 has an electron target, but it is not super well baked. We should improve on it for Parcel 2. * Support separate `electron` and `electron-renderer` environments. `electron` is...

✨ Parcel 2
Electron

What would you think about a PR to replace binary strings with arrays of bytes, or Buffers/typed arrays? e.g. accept arrays as input to the decoder, and produce them from...

See https://github.com/w3c/csswg-drafts/issues/7203#issuecomment-1183737711 The grammar in the spec requires that `not` be treated as part of the container condition rather than as part of the name, and parentheses are not required....

css-contain

Product: axe-core Expectation: the aria spec says: > Authors SHOULD set the [aria-valuenow](https://w3c.github.io/aria/#aria-valuenow) attribute when the [spinbutton](https://w3c.github.io/aria/#spinbutton) has a value. This allows `aria-valuenow` to be omitted when there is no...

pr
standards

This fixes a few bugs found while writing drag and drop docs: * When starting a drag with the keyboard, the nearest drop target (positionally) is focused by default rather...

This is a slight refactor of #3168 to fix a few issues: * The Virtualizer `isPersistedKey` function accepted a full `LayoutNode` object, which is specific to `ListLayout`. It made some...

Our current overlay hooks in React Aria are very low level, and you have to combine many different pieces together yourself to build overlays like popovers and modals. This can...