Tomáš Valenta

Results 19 issues of Tomáš Valenta

We are getting this exception from Android 11 users on a regular basis: ```java Caused by java.lang.SecurityException: Package android does not belong to 10273 at android.os.Parcel.createExceptionOrNull(Parcel.java:2376) at android.os.Parcel.createException(Parcel.java:2360) at android.os.Parcel.readException(Parcel.java:2343)...

help wanted

as the` jcenter()` is deprecated now, are there any plans for transition to `mavenCentral()`?

## Description It would be nice to add one of the [Point-Free's samples](https://github.com/pointfreeco/swift-composable-architecture#examples) for direct comparison. We could turn this into a tutorial similar to https://github.com/square/workflow-kotlin/tree/main/samples/tutorial ## Definition of done...

documentation
enhancement
sample code

This looks a little bit noisy in my code ``` java Boolean value = prefser.get("key", Boolean.class, false); Float value = prefser.get("key", Float.class, 1.0f); Integer value = prefser.get("key", Integer.class, 1); Long...

discussion

It would be great to have a functionality to let client define interface with all his preferences (getters&setter) and then generate implementation for him. I like this idea in https://github.com/martino2k6/StoreBox.

enhancement
feature request

## Description TCA's equivalent for inspiration is here https://github.com/pointfreeco/swift-composable-architecture/tree/main/Sources/ComposableArchitecture We want to do the same thing essentially

## 🐛 Bug Report As described by @daividssilverio here https://github.com/toggl/komposable-architecture/pull/65#issuecomment-1836004201 and recorded here https://github.com/toggl/komposable-architecture/assets/535613/bcf9b99c-78d2-44d1-93d4-f3997d5097f6 You can't un-complete todo item while in "completed" tab. Actually, it looks like the first one...

## Description Create [CaseStudes](https://github.com/pointfreeco/swift-composable-architecture/tree/main/Examples/CaseStudies/SwiftUICaseStudies) sample code, at least those cases that make sense in our context.

sample code

## Description Introduce equivalent of CTA's [DebugReducer](https://github.com/pointfreeco/swift-composable-architecture/blob/main/Sources/ComposableArchitecture/Reducer/Reducers/DebugReducer.swift) which is available to be wrapped around any reducer to provide detailed logs.

enhancement

Build in solution for this problem https://medium.com/google-developers/livedata-with-snackbar-navigation-and-other-events-the-singleliveevent-case-ac2622673150