Simon Abbott

Results 13 issues of Simon Abbott

# Bug Setting `enableContentPanningGesture` to `false` breaks the scroll interaction with `BottomSheetScrollView`. Namely, while the user's finger is still down they can move it all they want and the content...

bug

## Motivation In React Native 65 the 'OnSnapPointChange' reaction sometimes fires when a view is going out of sight. Specifically it fires *after* the `animatedContainerHeight` has been set to `0`....

v4

I recently upgraded from `@material-ui` (v4) to `@mui` (v5), and accordingly upgraded to `gatsby-plugin-material-ui` v4. Everything seemed great when testing the site via `gatsby dev`, but as soon as I...

I'm on RN 0.67.4 and I'm trying to update from v8.0.0 to v8.1.0. iOS is working perfectly, but when I try to launch in Android I get the error `Attempt...

This fixes two similar bugs with `importActual`'s path resolution: 1. #1864, importing from sibling directories would try to import from sub directories instead. 2. Importing from a sibling directory that...

### Describe the bug Calling `importActual` results in vitest trying (and failing) to resolve an incredible mangled file path if the imported package is a sister package (not having the...

## Changes This prevents the copying of package-file-specific `npmrc` files into the shared branch config. ## Context Sub-packages in monorepos sometimes have their own `.npmrc` files. These should not be...

**Describe the bug** When displaying a diff containing a multi-codepoint glyphs (like emoji with skin tones, for example) the horizontal padding is improperly calculated. **To Reproduce** Steps to reproduce the...

bug

**Feature Request** Description: The issue template is currently confusing (at least to me), as to how to fill it out. Possible solution: Split the template into two different templates, one...

This project is awesome, and has saved me a ton of time setting up notifications in a webapp I'm working on, but there's one small quirk I noticed. I set...