-
-
Notifications
You must be signed in to change notification settings - Fork 398
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
[WIP] AttrValue / Update #440
base: master
Are you sure you want to change the base?
Conversation
Still TODO:
|
Update: The alternative would be to turn this into some sort of actual lambda syntax in simplexpr, and then having a side-effecty simplexpr.... but that's also horrible, and would look significantly worse. I'm not sure how best to do this. The other alternative is to, for now, not allow passing actions around through custom widgets, storing them in state, etc. That's a big limitation, but the only way I can currently see how to do this without massive changes to the underlying architecture. |
Description
The PR
Checklist
Please make sure you can check all the boxes that apply to this PR.
docs/content/main
directory has been adjusted to reflect my changes.cargo fmt
to automatically format all code before committing