-
i noticed there are closed issues related to that - which are marked solved by a merge request
and another one about how BridgeContext can't invoke network request
but this one shouldn't be affected…
-
Is this possible? I need this to be done globally. I know I can disable the cache for single requests like following:
```
iv.load(...) {
diskCachePolicy(CachePolicy.DISABLED)
memoryCache…
-
### Describe the bug
Trying to clone the repo using SSH yields these errors (works on 1.13.5)
### Steps to reproduce
Steps to reproduce the behavior:
1. Install the latest snapshot
2. Fill in the…
-
android.renderscript.RSInvalidStateException: Calling RS with no Context active.
at android.renderscript.RenderScript.validate(RenderScript.java:1249)
at android.renderscript.Allocat…
-
It'd be great if Glide can support Jetpack compose with a composable like `GlideImage`
**Expected Usage (minimum)**
```kotlin
setContent {
GlideImage(url)
}
````
-
I have an android app where I am integrating Dagger Hilt. After the configurations, when I try to build the app, I have a `Duplicate class found` which had not occurred until now.
Here is the root …
-
This is an updated version of a prematurely closed issue https://github.com/coil-kt/coil/issues/1337.
The update includes a repo with a project that reproduces the issue - https://github.com/kroussev…
-
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [x] I read [doc…
-
**Describe the bug**
Trying to use coil for the first time, particularly to load svgs:
```
implementation "io.coil-kt:coil:2.0.0"
implementation "io.coil-kt:coil-svg:2.0.0"
```
Loading…
-
**Describe the bug**
We're using coil version `2.0.0-rc02`. We use coil to display thumbnails in an image gallery. When we use the fast scrollbar to browse images, we sometimes receive an `http error…