Frank Pepermans

Results 37 comments of Frank Pepermans

I think all of our Stream constructors are single subscription by default, the same way plain Dart Stream constructors work. Are the Streams that you combine all broadcast Streams and...

We made the choice to follow Dart Streams first, so that rxdart would integrate seamlessly. Not a big fan of single subscription myself, maybe we could change contructors like combineLatest,...

Hey there, Have you looked at the [BLoC](https://pub.dev/packages/bloc) package? You could create one where the `classID` is passed via an `Event`, and the `State` could then yield a `List` of...

You can actually use fake time already, most of the tests actually use fake async. On my phone atm, but please take a look at the runZoned api in Dart,...

Maybe cause they're already quite old then, it's been a while since I've contributed to this lib actually. I'd try a simple case with a Zone and some Rx, if...

Hi @TheOneWithTheBraid, Many thanks for your interest in Xayn! As @acrrd already mentioned, this is a work in progress and we try to get the sources out as soon as...

Hey @TheOneWithTheBraid ! We're still working on this, but just to give you an update: For the front end of things, we've decided to extract components which make sense into...