Ewan Roycroft
Ewan Roycroft
## Description I have an application where my route reacts to changes to the `props.match` object passed as part of the route props. When my route is cached, `props.match` become...
**Describe the bug** I created a CSS grid with a gap of "2vw 0" and react-spatial-navigation seems to have trouble deciding which cell it should navigate to. When navigating sideways,...
According to the [V4L2 documentation](https://www.linuxtv.org/downloads/v4l-dvb-apis-new/userspace-api/v4l/vidioc-g-fmt.html), `VIDIOC_G_FMT` is exclusive to capture devices, and you can use this method with other drivers to get information about the output format; yet yami [limits...
## Description Adds the `onFocusWithin` and `onBlurWithin` functions, and the `focusWithin` and `blurWithin` events. These are triggered when focus moved into/out of a parent node. Consider the following tree: ```...
## Description Adds the `maintainActiveChildren` option to `insertTree()`. If enabled, any active children specified in the `subTreeRootNodeConfig` will be assigned once the tree is registered. ## Motivation and Context I...
**Describe the bug** Consider the following tree: ``` VerticalRoot |-- HorizontalList | |-- Button1 |-- VerticalList | |-- Row1 | | |-- Button2 | |-- Row2 | | |-- Button3...
Trying to build on Raspberry Pi Zero W, having followed the instructions [here](https://andrewkelley.me/post/raspberry-pi-music-player-server.html), I receive this error when making libgroove: ```bash Scanning dependencies of target libgroove_shared [ 2%] Building C...