Maxwell You

Results 13 comments of Maxwell You

> Adding > > ``` > user: ":" > ``` > > for `docker-compose` (or `--user ":"` for `docker`) seems to fix this for me. You can look these up...

Thanks for looking into this @kneth! I appreciate the linking to that Typescript discussion. After reading it, I understand why they have the return type as just `T` rather than...

After re-visiting this, the types provided are good! For my use case before, I was already having checks to guard against out-of-range situations. I realize enabling the `noUncheckedIndexedAccess` would be...

I am having this same issue as @AkshayPatel7000. The search bar avoids the keyboard just fine, but the dropdown is hidden by the keyboard, so when we search for items...

Hello @kkafar, I am running into this issue on `react-native-screens` v3.18.0. Is there an update on when this fix will come out? Thanks!

gotcha! thanks for the update, looking forward to 3.19!

Hi there, I discovered `onFirstOpen` today and am running into the same crashing using it that HighDeck is experiencing. My dependencies are the same as their repro repo

Hi @effinsky and @ginnymin. Sorry that this is unrelated to this issue, but have either of you successfully tested this Popover component with react-native-testing-library? I created issue #159 since I...

Hi, I am also getting some issues with the react-native-svg library when trying to use the `SvgCssUri` component. Here is an [Expo Snack showing the issue](https://snack.expo.dev/K6S4NPSa8). When running on the...

Hi @hoaphantn7604, sorry for the long delay in checking this. I downloaded the code and ran the example in expo and the dropdown is still being hidden by the keyboard...