-
Hi.
I trying to use annotation @security checks, my config:
```kotlin
@Configuration
@EnableGlobalMethodSecurity(securedEnabled = true, proxyTargetClass = true)
class Configuration {
@Bean…
-
The Media3 library is written in Java and thus has APIs that are easy to consume from Java code, but harder to work with in a Kotlin codebase. Developers using Kotlin should be able to use Kotlin conc…
-
### Expected Behavior
When using a return type of Flow and when the given query only returns one result I expect the conversion to work to return a Flow that emits a single item.
### Actual Behaviou…
-
## References
### Flow
- https://developer.android.com/kotlin/flow/test
### Kotlin coroutines
- https://developer.android.com/kotlin/coroutines/coroutines-best-practices#test-coroutine-dis…
uhooi updated
2 years ago
-
The root installer has never crashed for me before. One day, while a system reboot was pending for an A/B OTA update, I tried to update an app. Neo Store crashed. Tried again, and same thing. A 3rd tr…
-
```
Caught error when decoding packet (op: 1, length: 380)
java.util.NoSuchElementException: Array contains no element matching the predicate.
at dev.cbyrne.kdiscordipc.data.user.PremiumTy…
-
I'm using this library in a fragment and I get a crash when I try to initiate a charge.
I called initiateCharge() in onViewCreated().
Issue seems similar to https://stackoverflow.com/questions/6…
-
Discord is launched, I am in an IntelliJ project.
Caught error when decoding packet (op: 1, length: 374)
java.util.NoSuchElementException: Array contains no element matching the predicate.
at d…
-
**Describe the bug**
The issue occurs when running a Flow.
**To Reproduce**
Steps to reproduce the behavior :
1. Start the simulator
2. Run `maestro test ./flows` // (flows is a folder with a…
-
Android app crashes due to the following when including the `implementation('com.dixa:messenger-sdk:1.3.2')` in build.gradle:
```
FATAL EXCEPTION: OkHttp Dispatcher
…