Jeremy Gillick

Results 66 comments of Jeremy Gillick

Looks like this might have been resolved with https://github.com/node-cron/node-cron/pull/248 in version 3.0.0.

I'm also experiencing this after upgrading React Navigation to v6 * @react-native-community/blur * React Native: 0.66.3 * @react-navigation/*: 6.0.11

@vivekMss it's impossible for anyone to appropriately help you because you haven't included a copy of your code. I was having this issue and, in my case, it seems to...

@justicepelteir it looks like the cause of your issue is because you're using `display='inline'`, which is only supported by iOS. See my fix, above. `Platform` is imported from the `react-native`...

The automatic reset in BL mode PR looks cool. Let me know if there's anything I can do to help with that, too.

It worked for me following the [instructions](https://github.com/banterfm/graphql-crunch#usage). Sounds like the HTTP linker is running before cruncher. Be sure that cruncher comes first in the linking `concat` method. For example: ```ts...

I've created a fix for this in PR: https://github.com/NoelOConnell/quill-image-uploader/pull/87

I've just created a tool to remove padding around icon sets automatically. It requires you to create a new icon set, but it might be helpful: https://github.com/jgillick/IconsetCropper

Here's a snack demonstrating the bug: https://snack.expo.dev/@jeremyplura/android-keyboard-padding-bottom-sheet-v4 Setting `android_keyboardInputMode="adjustResize"` does seem to fix it for me (as @harzh307 suggested)

I can confirm that this broke in `0.34.0`, likely due to stripe-android v20.32.0 upgrade (https://github.com/stripe/stripe-android/releases/tag/v20.32.0). This is when the `androidxCompose` library was updated to version `1.5.1` (https://github.com/stripe/stripe-android/pull/7297), which is the...