Results 95 issues of Ellet

Hi, I get this error after adding the dependencies **build.gradle.kts** ``` import org.jetbrains.compose.compose import org.jetbrains.compose.desktop.application.dsl.TargetFormat import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { kotlin("multiplatform") id("org.jetbrains.compose") } group "com.example" version "1.0-SNAPSHOT" repositories { google() mavenCentral()...

Not compatible with the version of your running IDE (IntelliJ IDEA 2022.2) Please Update [Compose Multiplatform IDE Support](https://plugins.jetbrains.com/plugin/16541-compose-multiplatform-ide-support) plugin to be compatible with the latest version on IntelliJ

Accessing hidden method Ldalvik/system/CloseGuard;->close()V (greylist,core-platform-api, linking, allowed) The Error is null my code try { URL url = new URL(attachmentUrl); String time = simpleDateFormat2.format(System.currentTimeMillis()); String fileName = time + getFileExtension(Uri.parse(imageUrl));...

I have tried set video as wallpaper using wallset with the following command wallset --video down-wallset/examples/videos/abstract-city.mp4 but I get this error: ``` X Error of failed request: BadValue (integer parameter...

[Feature request](https://github.com/singerdmx/flutter-quill/issues/1504) This pull request is not ready yet and can't done any time soon We need a better understanding of the Core Quill library and it requires too much...

The whole Quill Editor will rebuilt when we make any changes to the editor Please take a look at this [video](https://youtu.be/xH2uL_cT_cQ) or this short [video](https://streamable.com/9p3br8#) Steps to encounter the issue:...

bug
enhancement

Since the library can be used in Gradle projects, most of developers nowadays uses Gradle as a build system, this simple PR provide the option to copy and paste the...

## Description The error codes is not very clear, the way that firebase SDK handles the errors is not the best, using sealed classes or enum class is more efficient,...

Hi, I'm trying to create new library in this sdk but first I need to get it in a state where the gradle build doesn't fail ``` > Task :firebase-firestore:podBuildFirebaseFirestoreIphonesimulator...