Nick Michael

Results 5 issues of Nick Michael

* [x] I have read the [contribution documentation](https://github.com/electron-userland/electron-packager/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project follows, as appropriate. * [x] I...

enhancement
help wanted

React Native version: 0.61.4 and lower Trying to force capitalization of characters inside a TextInput is broken on Android. - `autoCapitalize="characters"` doesn't seem to do anything - Using `toUpperCase` in...

Component: TextInput
Platform: Android
Bug
Never gets stale

Resolves https://github.com/axios/axios/issues/6378 Adds a new option in the `AxiosRequestConfig` ```ts progressUpdateIntervalMs?: number; ``` Allows customisation of the progress event frequency. According to MDN, the browser standard for XHR is at...

### Is your feature request related to a problem? Please describe. It would be useful to be able to control the frequency of download progress update events. According to MDN,...

# Bug report ## Summary Setting the `design` property to `material` causes the app to crash upon opening the date picker. Using Expo v53, datetimepicker v8.4.1 Included the `@react-native-community/datetimepicker` plugin...