danielshaya

Results 20 comments of danielshaya

Hi Manuel, Jaromir Thanks for your feedback, we are very pleased you are using SharedHashMap and are grateful that you are contributing to our efforts to improve the quality of...

Thanks! Can I ask for a website address for Pivotal? Please keep in touch and let us know if there's any further way in which we can be of assistance....

Thanks - yes I do remember - hope all is going well. This is very helpful information. Regards On Wed, Sep 17, 2014 at 10:38 AM, Jaromir Satanek [email protected] wrote:...

Hello Paulo TransFix is longer being actively maintained. It has been replaced with Chronicle-FIX which is our enterprise FIX engine. In this project we are making extensive use of jmh...

Thanks for your comment appreciate the feedback. What you say is indeed correct and by design - will respond fully when I have some time. In the meantime have a...

Hi David I've thought a lot about your point and agree with you that `Observable` is not the correct construct to return from `RxPlayer.play`. In addition I've had feedback to...

The reason I used `Subscriber` as opposed to my own interface was just to 'borrow' an interface that had `onNext()`, `onError()`, `onComplete()`. Do you think that's confusing and I should...

Hi Simon, Thank's that's really helpful and a lot to think about. I do like the idea of implementing the `Publisher` myself and then I assume being able to use...

Understand what you mean I'll have a go at implementing... So if you get `request(3)` and have returned one item and then get `request(4)` does 4 replace the 3 or...

Checked in a version of code based on your code snippet. It's not complete but works for simple cases and all tests pass. Could you perhaps give me a couple...