Gary Tokman

Results 65 comments of Gary Tokman

@yousrasd Alternatively you can throw this in your AppDelegate: ``` UIApplication.shared.registerForRemoteNotifications() ```

I got a duplicate error for Android. ``` FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':app:checkDebugDuplicateClasses'....

@blakeross do you have any sample code on how you got it to work with next.js and vercel? Wouldn't the lambda finish if you sent a response back to the...

Any updates to releasing on CocoaPods?

@1024jp any chance you could push this to CocoaPods or at least reply if you're no longer going to support it.

I'm also trying to find a way to get the full response ``` "{\"id\":\"chatcmpl-8CC61E5Jto5axQyjArXSVYyxxCNib\",\"object\":\"chat.completion.chunk\",\"created\":1697917125,\"model\":\"gpt-3.5-turbo-0613\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\"},\"finish_reason\":null}]}" ``` Why is only the text part stripped out? ``` const stream = OpenAIStream(response); ```

Also experiencing this issue on macos 14 Github action: ``` Running on iPhone 15 Pro - iOS 17.5 - B5F24E3B-EF7E-4DB6-8B35-ADBE43527CC1 info Dev server ready maestro.MaestroDriverStartupException$IOSDriverTimeoutException: Maestro iOS driver did not...

I couldn't reproduce the problem, we don't need to set the entry point because we're setting the windows `rootViewController` in the `AppDelegate`. When you download the project are you opening...

> I am trying to set border radius on top but it's not working > > ` > > ` > > is it possible to add borderRadius just on...

@flodlc 1. How did you determine that the cache was not working? 2. Did you use a proxy and observe the network request go out on Android every time you...