Where communities thrive
Join over
1.5M+ people
Join over
100K+ communities
Free
without limits
Create
your own community
Explore more communities
channingwalton/rxlift
An experimental rx library for lift web
People
Repo info
Activity
Richard Dallaway
@d6y
Looks really interesting. I need to go look more at RxJava.
I tried out the chat example, just using
sbt
and
container:start
Looks like I need to explicitly focus on the username field before entering a message to get the right username sent in a message.
Hold on... I'll record video to show what I mean...
Richard Dallaway
@d6y
https://vimeo.com/120277375
sorry it's so small
Channing Walton
@channingwalton
Thanks Richard, I'll do the focus thing somewhere.
Richard Dallaway
@d6y
Great!
Channing Walton
@channingwalton
I think the name getting muddled is something we had to solve with named actors at work. Thanks for finding that.
Channing Walton
@channingwalton
I don't see the issue with two browsers rather than two tabs - I've been bitten by this so many times with lift. I'll fix that.
Channing Walton
@channingwalton
ok I think thats fixed now
Richard Dallaway
@d6y
Yup - works for me. Thanks
Channing Walton
@channingwalton
Need to sort the focus thing out though.
Richard Dallaway
@d6y
Is focus really a problem now? It looks like each actor has the right value.
I’ll dig around the code a bit more next week. I’d like to learn more about the RxJava stuff is working.
Channing Walton
@channingwalton
True. It's just an example.
_