-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sablono fork & Remove render queue #205
Conversation
If you already tested |
@roman01la, checked #181, it's gone now. |
Nice! Hopefully relying on React's scheduling mechanism we can finally solve issues related to inputs. |
Btw, for this and future testing it would be great to compile a list of open source projects that depend on Rum, so we could rum their test suits against Rum (if they have tests of course). Any pointers to such projects? |
What happens if user has dependency also to sablono - which code is used? Should the forked version be in a separate ns like |
Yes, I'll rename those namespaces later. |
👋 @drikerf Mentioning you since you are the most recent user of Rum according to our readme. |
Hey! I just tested Thanks for doing this! And let me know if there's anything specific you want me to test, or other ways I could help out :). |
@drikerf Thanks! Glad to hear that it works for you. There's 3 things I'd like to test, they are listed in the PR's description above. |
|
@drikerf Thanks a lot! |
@roman01la I've checked
|
With all the pandemic/quarantine stuff and its impact on work, I'm a bit late to the party but still pleased to announce that we migrated from Next-up hopefully this week I'll play with |
By the way, we're using rum with citrus, and excluded rum from citrus (since citrus by default brings its own version of rum). citrus 3.2.3 (latest) works fine with rum 0.11.5. We'll see with rum 0.12.0-SNAPSHOT. |
Looks KO at first sight, I have an error, I haven't had the time to deep-dive on it but I had a subscription with a derived-atom that simply crashed client-side (server-side the page worked OK it seems). I will do further investigation, hopefully this week. I don't even know if it's rum alone or the combo rum+citrus. |
Merging this into master and cutting a release |
Just wanted to mention that I'm not working at the same place anymore and I don't think I'll be using rum. So let me ping @bfontaine member of the team, he'll take care of the rest. Keep up the good work! |
Resolves #198
.forceUpdate
re-rendering model[rum "0.12.0-SNAPSHOT"]
rum {:mvn/version "0.12.0-SNAPSHOT"}
TESTING