Nick

Results 11 comments of Nick

Can confirm that the PR posted by @kaliatech unfortunately does not work on iOS Safari still (on 11.2)

+1, a good temporary workaround is to generate the icons for iOS and android separately: `app-icon generate --platforms=ios` with the alpha channel removed from the iOS platform.

Agree, and the histogram function already has this "zero" function, could just add it for counters. Relates to #455 and #438

I had this problem because I was running a packager for a different project in a different terminal session. (damn you tmux!)

No, I did try to create the registry in the global namespace and pass it into the metrics via `registry=registry`, but this resulted in duplicate metrics (one Multiprocess, and one...

Had the same issue, solved it by moving the Animatable component down to be a child of the `` instead, which was an image for me. This somewhat makes sense...

@radev @andresmeidla I think what @evollu was saying in his previous comment was if you move `FCM.getInitialNotification()` from `componentDidMount()` to outside of the component entirely (I have mine above the...

I experience the infinite loop frequently when using gpt-3.5-turbo, but using gpt-4 seems to do a much better job. However, even with gpt-4, I often get an error `Could not...

+1, when using `enhance` on a `StackNavigator` I experience this issue

@bkanber I tried that and getting the same error as posted by @ranmeirman