Joakim Forslund
Joakim Forslund
https://developer.android.com/studio/build/build-variants Basically a way to setup staging/production builds of the android application
Yeah, you are probably right... Adding some sort of generated/environment variable to the configuration load is one way to do it ```gradle buildTypes { production { minifyEnabled true proguardFiles getDefaultProguardFile('proguard-android.txt'),...
@e5l This is the error coming back from the backend, and which seems to freeze up everything ``` com.domain.api.exception.NoSuchFeatureException: com.google.appengine.api.datastore.EntityNotFoundException: No entity was found matching the key: Feature(6446510218149888) at com.domain.appe.db.FeatureDBgae.getFeature(FeatureDBgae.java:663)...
Another case would be where we get a response which is properly handled in the backend, but also freezes the response. This is currently our case where the response is...
@cy6erGn0m That is just an example of the message trying to get printed with the feature logger, but it gets stuck when the **backend** ktor is communicating with sends the...
Got the same thing happening in our code.
@patjackson52 Hopefully this does not take too much effort to get in :)
@patjackson52 Does not look like the tests are failing because of anything in the PR?
Have a PR https://github.com/reduxkotlin/redux-kotlin/pull/103 for this waiting for approval
@1gravity I just referenced your fork in https://github.com/reduxkotlin/redux-kotlin/pull/94 to start perhaps adding compose to your fork, at the very least we probably should start looking into a more active fork