Thibault Wittemberg
Thibault Wittemberg
Hi @freak4pc, do you have an idea of what's going on with the code coverage ? Do we want to go forward with this async/await -> Combine bridge ?
Hi, A FlowCoordinator is removed when its associated root ViewController is dismissed. Indeed, if the root is not dismissed the FlowCoordinator will stay around. Honestly, I have never tried RxFlow...
Hi @grafele I'd like to try this Child ViewController thing :-) Can you describe what you have in mind in terms of navigation between these Child ViewControllers a little bit...
Hi there, Yep the project is alive :-) We are using RxFlow is several production app and we are not experiencing memory leaks. Can you tell me a bit more...
Hi everyone, @julienbodet, @s2ler, @AndrewMcDrew, My company is developing a brand new app using AppAuth. And we faced the same issue while using ` NSKeyedUnarchiver.unarchivedObject(ofClass:from:)`. we've read the various threads...
> Hi, awesome work! What’s the relation between this pull request and #227? Have we decided which one to merge? Hi these are 2 different implementations of the same operator....
Thanks for the PR. I'll review it ASAP
Hi, I’ve just learned about `@_implementationOnly`. I think it allows to hide the internal deps from the consumer. Perhaps it could address the issue you’re describing? Have you already used...
Hey @phausler do you have a take on the `AsyncChannel` / `AsyncStream` topic ?
Hi @phausler can you take a look at https://github.com/apple/swift-async-algorithms/pull/235 where I suggest a new implementation for `AsyncChannel`? Thanks.