Brandon Williams
Brandon Williams
Ah yeah, ok that makes more sense. I think this is something we can fix while still staying in the concurrency world with no Combine. We have a note for...
Hi @bioche, are you certain it is an issue in TCA and not that SwiftUI is holding onto the `Store` even after the view has been dismissed? We have seen...
Hey @runloop, this is a really great idea! Wanna PR it?
Hi @NachoSoto, thanks for the PR! It's taken some time, but this is now implemented in #867. I'm going to merge this PR and then it will be updated to...
Also, @CraigSiemens, #867 adds your option for recording failed snapshots only (see 0c6b44916f169bf670463133432b7c301da65573). Thanks for the suggestion!
Closed via #867.
Hi @tinder-owenthomas, yes we do maintain this repo, and merge pull requests that we think are important. However, this project, more so than any of our others, has parts that...
Hi @rfodge, we are open to merging it, but there are some potential problems with it currently, such as auditing the usage of `forceTouchCapability`, and making sure all of the...
Hi @crayment! The right-to-left trait collections should work as you expect. I just put together this gist to show that it does work for a simple VC with a horizontal...
Oof dang, that's a bummer. I'll investigate a bit more and let you know if I come up with anything.