Jaewoong Eum
Jaewoong Eum
@HarryHaiVn @svn-nguyen-minh-hai @svn-nguyen-minh-hai-b Hey guys, I think ChatGPT is forbidding it for specific countries, and it seems I can't help you with this from my side. Would you check the...
@svn-nguyen-minh-hai-b, as you can see from the error message, you've tried too many requests. The free usage data limits follow openAI's rule, so you should check it out.
Let me discuss this issue on #70. Thanks for reporting this issue!
Hey guys, could you please share your country & device information? Thank you!
@Serg10 Thanks for sharing your solution! Now I'm closing this issue. Please try to run in a pure device.
@algoflows @akardas16 Hey guys, great news. As Coil introduced supporting KMP on version 3.0.0, I'm also working on KMP support for landscapist. Stay tuned!
Hey guys, since version 2.3.0, it has supported the Kotlin Multiplatform. ```kotlin sourceSets { val commonMain by getting { dependencies { implementation("com.github.skydoves:landscapist-coil3:$version") } } } ``` Thanks for waiting for...
You can update the width and height size by using the `balloon.update(..)` method.
Hey @OlehHaidaienko, sorry for the late response. I'm wondering if this still happens with the latest version 1.6.3. Thanks!
Hey @eduardb, I don't think it's directly related to the stable marker, but I just released a snapshot version (1.6.5-SNAPSHOT), which annotates the `Balloon.Builder` as stable. You can import the...