Perraco

Results 14 comments of Perraco

Getting the same problem in version **1.9.41** Next the stacktrace: ` java.lang.NoSuchMethodError: No virtual method limit(I)Ljava/nio/ByteBuffer; in class Ljava/nio/ByteBuffer; or its super classes (declaration of 'java.nio.ByteBuffer' appears in /system/framework/core-oj.jar) at...

I'm experiencing the same problem. I've found that several developers already reported the same bug, yet was discarded as infeasible, so, I've created a new bug in the Issue Tracker:...

to solve the problem you need to add the jsimd_none.c in the armeabi section. In Android.mk, change this: ``` else ifeq ($(TARGET_ARCH_ABI),armeabi) LOCAL_CFLAGS += \ -DSIZEOF_SIZE_T=4 \ ``` to this:...

Any plans to add a third-party decoder to improve gif playback?

The reason Fresco is faster is because it caches all the GIF frames, and in addition uses some native help for decoding. Source code here: [Fresco's GIF decoder](https://github.com/facebook/fresco/blob/2116559bad1dcd03b4a86be1c9863eb5685f6b8b/animated-gif-lite/src/main/java/com/facebook/animated/giflite/GifDecoder.java) Notice how...

@arnaudgiuliani Are there any examples for RequestScope usage? Does RequestScope allow to get the applicationCall or any of the request details, so they can be passed to the any of...

Regarding this issue, I've found that it was reported in the **okhttp** repository. See issue : https://github.com/square/okhttp/issues/3537 [Someone](https://github.com/square/okhttp/issues/3537#issuecomment-745337859) in the thread suggested next as a solution: https://stackoverflow.com/questions/47723973/strictmode-java-lang-throwable-untagged-socket-detected/57963770#57963770

Yes still happens. I'm with version 2.1.17 To solve the issue the library in Giphy which uses **okhttp** (I assume is actually fresco), needs to set the threat stats tag,...

The newest CMake version that Android Studio gives me is **3.22.1**. I update it via the **SDK Manager \ SDK tools** tab. **3.23.3** doesn't appear in my list of supported...

Does the Tegral OpenAPI have access to the final generated OpenApi file? If so, before serving it, it could do a workaround by searching in the schema for `Uuid` and...