Srinivas Neppalli
Srinivas Neppalli
@lo5 I think my proposal above should not cause any side effects. If you like the proposal, is it possible to make a patch release?
I don't think it is a bug either but an improvement. If we change `@on('dark_mode', lambda x: isinstance(x, bool))` to `@on()`, the `dark_mode` toggle will not be invoked when it...
> The easiest (and proper?) way to mirror global front-end state would be to blindly set q.user.dark_mode = q.args.dark_mode before calling handle_on(q). I think that's more readable than trying to...
> Funnily, when I tried to record these steps "pyenv local " actually failed to set the version. "pyenv versions" displays the system and my installed version 3.12.5, but when...