-
What is the recommended way of updating the data currently stored in the database if the definition of the model has changed (e.g. new fields (may be nullable) or just a new index over existing fields…
-
Hello.
[Here is a fork](https://github.com/stasbar/Android-CleanArchitecture-Kotlin) where I did migration from Dagger2 to [Koin](https://github.com/InsertKoinIO/koin).
[Take a look](https://github…
-
According to the wiki:
>fixture.customise().propertyOf(Order.class, "size", 123);
>This looks for a setter called setSize on the Order type and uses the value 123 instead of the default.
Is there…
-
I've already created issue in the main spek repo (https://github.com/spekframework/spek/issues/354), seems here is a better place for it.
Spek plugin `0.5.4-studio3.0` fails to run tests.
Trying…
-
Parse version: 1.25.0
```
java.lang.RuntimeException: Unable to save a ParseObject with a relation to a cycle.
at com.parse.ParseObject$12.then(ParseObject.java:733)
at com.parse…
-
### Motivation:
**New features** which are difficult to add in the current status quo. To name a few:
- multitons (#254)
- base class registration (#108)
- collection resolution (#271)
**Freque…
-
### How frequently does the bug occur?
Always
### Description
Hey,
I upgraded from realm 1.10.0 to 1.13.0 and now I'm getting the following error:
_It is thrown when a dbQuery is transform…
-
```
com.ecommpay:msdk-ui:3.3.5
com.ecommpay:msdk-core-android:0.9.2
```
there is an Error If we set:
```
buildTypes {
release {
minifyEnabled true
debuggable…
-
Users do want to be able to hook in existing configuration systems to telemetry.
https://github.com/open-telemetry/opentelemetry-java-instrumentation/discussions/1998
I'm glad the SDK has made g…
-
**Describe the bug**
Migrating from _Kotlin 1.9.2x_ and _Compose 1.6.0-alpha01_ 👉 _Kotlin 2.0.0-RC2_ + _Compose Compiler_ + _Compose Multiplatrform 1.6.10-beta03_ and running `./gradlew check` I g…