-
I tried to use it, and if I build and run it all works, but SwiftUI previews are broken:
`warning: Could not read serialized diagnostics file: Cannot Load File: Failed to open diagnostics file (in …
-
Question regarding bubbling up action for a deep nested state, for example:
* Handling user authenticated with state structured like this, app > landing> login > 2FA >
A naive approach in app re…
-
Hi,
I was going through some failed github action, and thought that piping calls to xcodebuild with [xcpretty](https://github.com/xcpretty/xcpretty) would make for a much more pleasant experience. …
ghost updated
4 years ago
-
**Describe the bug**
When using `Effect.concatenate()` with an `Effect` thats created from a `PassthroughSubject` using `.eraseToEffect()`, any `Effects` that appear in the `.concatenate()` after the…
-
This issue lays out the reasoning for why I think strings should be lists of Unicode Scalar Values (as currently written in the explainer). This is a fairly nuanced question with the reasoning curren…
-
**Describe the bug**
I have an app that has a timer which can be paused and unpaused. Starting the timer uses a cancellable effect, pausing the timer cancels the effect.
This was working fine in p…
-
**Describe the bug**
App crashes when deleting memo while playing it back.
**To Reproduce**
- Record a long memo.
- Start playback of that memo.
- Before it ends, try to remove the memo by sw…
-
**Describe the bug**
My app crashes when removing an element from an array that is combined with a "forEach" despite the "forEach" reducer occurring before the reducer that removes any elements from…
-
**Describe the bug**
It appears that the composable architecture has a retain cycle somewhere in the code base. I noticed the issue when I was profiling my application and found memory leaks in Instr…
-
**Describe the bug**
When queueing up a bunch of Effects via .concatenate, it seems that the nesting of .send() calls inside of Store causes a stack overflow. Maybe the answer is just 'don't do that …