Ash Furrow

Results 267 comments of Ash Furrow

Yeah, we're trying to figure out a general-purpose solution to that, too. See: https://github.com/RxSwiftCommunity/Action/issues/17

@zipme this is a good question, and I'm not sure since I've not used `Driver` yet. If I had to guess, the drivers send new text values from a text...

Glad to hear it! ## Ash Furrow https://ashfurrow.com/ On April 23, 2016 at 3:56:11 AM, zipme ([email protected](mailto:[email protected])) wrote: > @ashfurrow(https://github.com/ashfurrow) IT WORKS! Thanks Ash! You are awesome! > > —...

Hello 👋 Sorry, but, what's your question here?

That makes sense to me – are you able to open a PR adding this behaviour (and a test)?

Yes; if we replayed all values, the memory use would grow forever as more executions are called. Rather than replay an arbitrary number of elements, we use 1 (which is...

Yeah, I can see why you'd get that impression from reading the code. From the outside perspective, I think our API contract adheres to RxSwift norms. You wouldn't normally expect...

I think we need the last value, if an existing Action gets assigned to `.rx.action` on seem UI element, that element needs to set its enabled state right away.

It's been a while since I used RxSwift day-to-day... is this a bad solution just because of the `.share()`? We can definitely find someone closer to the code than me...

Hmm, I haven't run into that issue. Instead of passing actions into my view models, I usually have the view models generate them from observables that are passed in as...