Luke Redpath
Luke Redpath
@mergesort I just tried to update this to bring in the latest main and I think it updated your main branch. Can you try and revert the package changes in...
I've not come across this issue before; the functional tests work OK. NSDictionary payloads are sent as form-encoded data; is this what your server is expecting?
You can now. See https://github.com/lukeredpath/mimic/commit/b49549398aa1d05451d1694e389de2f7f495afac
My recommendation would be to control the dependency and wrap the LaunchDarkly client in your own interface that you can easily stub out in previews (or tests). We use a...
@Muhammadbarznji thanks for the PR - I will take a look. Don't worry about the CodeClimate step.
It’s 2021 and this is still not an option? Please let us set our own coverage thresholds. I’m working on an app where certain parts of the codebase (SwiftUI previews)...
I’ve been seeing evidence of this problem in our app too, where an effect is kicked off from the action sent from another effect, the user hits the back button...
@dazy1030 I can't completely reproduce this using your project. The `Task { }` that calls dismiss in the reducer for `fetchResult1` does trigger the purple warning although I'm not sure...
I've been trying to do some print debugging and whilst I haven't completely got to the bottom of this yet, I am observing that when the `dismiss` effect is triggered,...
I have another hunch about what is happening here. I think I have actually encountered this issue before in a different context. I have a high-order "loadable" reducer that we...