Daniel Peter
Daniel Peter
Resolves #41. @freak4pc mentioned in #41, that we could try using `.flatMap(maxPublishers: 1, transform:)` to achieve the functionality of ConcatMap. I added some tests to verify if this is true,...
As CombineExt already implements flatMapLatest, I think it might be a good idea to add concatMap as well. What do you think? I might look into it on a weekend...
We ran into a race-condition where force unwrapping the cached value lead to a crash. I'd like to suggest switching to a safer if-var pattern as see in the `IfLetStore`...
[//]: # (Link the resolved Github issue.) Helps with #19. ## Problem [//]: # (Explain why this pull request is necessary.) To enable Tab bar supports, we need to refactor...
ComposableNavigator currently has a dependency on TCA which is only necessary for the ComposableNavigatorTCA target. We should extract ComposableNavigatorTCA into its own repository so that people can choose whether they...
We currently do not support Tabbed Navigation out of the box. Let's add a Tabbed path builder that takes a list of identified path builders. Something along the lines of:...
# Bug description [//]: # (Give a clear and concise description of what the bug is.) GITHUB_TOKEN does not have write permission, i.e. cannot comment on issues, in PRs triggered...
# Idea [//]: # (Add a brief description of your idea here) Add providers for dependencies / ViewModels. Inspired by [Flutter's providers](https://pub.dev/packages/provider), let's add a Provider view that initialises a...
# Idea [//]: # (Add a brief description of your idea here) Currently, we only support two screen presentation styles: push and sheet. We could add a way to define...
# Idea [//]: # (Add a brief description of your idea here) Add support for full screen covers. # Problem description [//]: # (Describe what is unclear to you.) Since...