You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEBUG:sonosa_app::pages::record -- Equal false
DEBUG:sonosa_app::pages::record -- Should render false
I needed to use &&, but my train of thought was "render if session changed or id changed".
Describe alternatives you've considered(Optional)
Having the programmer define when to assign rather than when not to assign let's them avoid carrying around an extra not in precious headspace.
Describe the feature you'd like
It might be useful to provide a method similar to
neq_assign_by
that doesn't flip the resulting value.Is your feature request related to a problem? Please describe. (Optional)
I found myself a little confused here:
Output:
I needed to use
&&
, but my train of thought was "render if session changed or id changed".Describe alternatives you've considered (Optional)
Having the programmer define when to assign rather than when not to assign let's them avoid carrying around an extra not in precious headspace.
Name is still tbd, though I agree with @jstarry:
assign_by
could also work (following the existing scheme). Suggestions are welcome!Questionnaire
The text was updated successfully, but these errors were encountered: