Joseph Boyle

Results 9 issues of Joseph Boyle

It would be great if the license crawler could also (or optionally) pick up licenses for packages listed in the peerDependencies. I have a package that has a number of...

When importing a repository from github, I have two issues that have been troubling: ### DevDependencies are not imported When the package.json file is imported, it's clearing everything except for...

snackager

### What is the new or updated feature that you are suggesting? I want to be able to use the output of `useRoutes` nested as a child of the ``...

feature

## Description When using `PixelRatio.getFontScale` within an application, the value does not update after the system font size changes without reloading the app. ## React Native version: ``` System: OS:...

Accessibility
Needs: Triage :mag:
Accessibility Team - Evaluated

### What feature or enhancement are you suggesting? Extend `RecordVideoOptions` to include properties for `maxDuration` and `maxFileSize`. Related questions around duration [here](https://github.com/mrousavy/react-native-vision-camera/issues/1578) and [here](https://github.com/mrousavy/react-native-vision-camera/issues/571). I am migrating an app from...

✨ feature

Version 3.0.0+ is not working with IE 11. ```Object doesn't support property or method 'closest'``` I'm using it as follows: ``` _action(evt) { if (!condition) { return; } else if...

### Current behaviour When nesting `Text` components, the child component does not inherit the style of the parent element. ### Expected behaviour I would expect the styles to be inherited...

bug

### Summary I'm in the process of migrating themes to the new CSS Vars Theme/Provider. I have a light/dark theme which I'm combining per the migration guide into a single...

docs
package: material-ui
customization: theme

### Steps to reproduce Link to live example: https://codesandbox.io/s/brave-euler-y5ghwt?file=/src/Demo.tsx Steps: 1. Use the new CssVarsProvider 2. Create two wrapper elements to force the theme mode (with `data-mui-color-scheme`) 3. Style a...

status: waiting for maintainer