-
### Terms
- [X] I have searched [open and closed feature requests](https://github.com/scribe-org/Scribe-Android/issues?q=is%3Aissue+label%3Afeature)
- [X] I agree to follow Scribe-Android's [Code of …
-
I'm receiving this crash from some of our users, I am debugging this on our end and see if we can get out a quick fix. Just want to put this here in case.
```
android.content.ActivityNotFoundExcep…
-
We try to use Modifier without scope. For iOS we got in WidgetFactory additional method
```
fun Clickable(value: UIView, modifier: Clickable)
```
and we can do additional configuration of UIView.…
-
**Describe the bug**
I tried to implement the configuration part but seems after running the sync everythings comes up with the error focus on library *failed to resolve*
**Steps to Reproduce**
H…
-
Buongiorno,
sto cercando di integrare la libreria in un progetto di prova Kotlin.
Appena provo a far partire il sync el build.gradle.kts ottengo l'errore
```
Failed to resolve: it.inps.spid:libr…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Repro steps:
* Create a `AndroidAppKotlinModule` (doesn't really need to be this one, just make sure that `artifactTypes` has also `coursier.Type("aar")`, but probably it doesn't matter at the POM …
-
It seems only happen in high aspect ratio image will crash.
Like 760x58, but normal image will not crash, like 760x500.
```
java.lang.RuntimeException: Canvas: trying to draw too large(105836080b…
-
### Problem Description
Template creation in Coder can fail due to various setup and infrastructure requirements, impacting user experience by not providing clear diagnostics to troubleshoot. This is…
-
First of all, great library! Thank you!
I'm using it to move an android app to kmp and replacing Android's toasts.
It seems to have an issue with compose 1.7.0-alpha01 on iOS specifically. When I …