Charana

Results 10 comments of Charana

@dentep Can you provide a screenshot, i came across an issue like this as well, just wanted to see if you have the same issue so i can give you...

> > @dentep Can you provide a screenshot, i came across an issue like this as well, just wanted to see if you have the same issue so i can...

> Just FI > > android/app/build.gradle > > ``` > dependencies { > ....... > implementation('com.eightbitlab:blurview:1.6.6') { > force = true > } > } > ``` Confirmed , this...

> I found a solution. Found it through youtube video implementing it. The problem is fixed by applying the following: overlayColor="" as a property to the

The work around i found was this `useEffect(() => { setTimeout(() => { Orientation.lockToLandscape(); }, 1000); }, []);`

> > I'm getting this error with nextjs 14.2.4. how do i fix it ? > > make sure you're not importing the wrong _Sheet_ component, i was having the...

Im getting the same error after updating to the latest version. ``` - oco config set OCO_MODEL=gpt-3.5-turbo - Unsupported config key OCO_MODEL: gpt-3.5-turbo-16k is not supported yet, use 'gpt-4', 'gpt-3.5-turbo'...

Working as expected 🙌 Thank you for the release @di-sukharev 🚀