Yoav Luft

Results 5 comments of Yoav Luft

> I think, not even the Java basics (`DatagramChannel` in this case) would allow to do that. > I think you will have to create one `OSCPortIn` instance per address....

WIP because I noticed that this branch uses different formatting style than the original. Will be fixed soon.

@SammysHP I'm trying to understand what can I do to help. If there are tasks that can be tackled by people not familiar with the code base I can suggest...

I've created a small reproduction of this bug here: https://ellie-app.com/brTmsMSBJfFa1

I've managed to create a workaround for displaying the entering and leaving items. The key components are: ```elm arrivedPage = Animator.arrived model.page currentPage = Animator.current model.page oldPage = if arrivedPage...