Perraco
Perraco
is there any script to compile a minimal ffmpeg binary, to include only the video encoder? Or a way to select easily which modules to compile? I've seen some apps...
Performing stitching tests using both OpenPano and OpenCV, I’ve found that OpenPano produces a result image more narrow which looks less natural. OpenCV produces the correct size and aspect ratio....
Recommendation: Would be a good idea if you submitted your library as a "pull request" to the official glide library. So it gets fully integrated into glide.
## 🐛 Bug Report For projects with NDK code that use the latest CMake version **3.22.1**, Giphy's search dialog crashes after a couple of seconds once opened. Giphy's dialog opens...
We are getting a StrictMode violation. I've tried to ignore it by setting permitNetwork(), yet still failing. We can't ignore this issue as we use a penaltyDeath in our StrictMode...
Just by chance while testing different GIFs, I've found one which has all frames with a delay at 80ms, except for the last frame which is set to 480ms. In...
Kotlin 2.0.20 has [introduced](https://kotlinlang.org/docs/whatsnew2020.html#support-for-uuids-in-the-common-kotlin-standard-library) Uuid support in the standard library. In addition, kotlinx.serialization also has been updated in version 1.7.2 to handle the Uuid type. Issue: When using the Uuid...
The OpenAPI generator doesn't seem to respect kotlinx serializer annotations, such as `@Transient`, and fields marked with such are included in the spec and swagger example.
Does this library support to project setup? If so, then where would it go the concrete configuration? in the **`subprojects`** Gradle block? In addition, is it possible to set the...
**Describe the bug** I encountered unexpected behavior regarding Request Scope lifecycle declared variables in Ktor, when using `createRouteScopedPlugin`. It appears that when declaring a value using `call.scope.declare` within the `AuthenticationChecked`...