Thomas Brandého
Thomas Brandého
Marked this as draft until resynced with main.
> can we actually make the signature `cache: bool = None` > > then in `ComputedVar.__init__`, we can check `if cache is None` and throw a deprecation warning, keeping the...
> i'm overall not crazy about packing more stuff in VarData because these fields do seem to have a pretty niche use in the framework... but i don't have an...
Hi @jsh9 I gave it a try and it seems to work fine. Ultimately we'd still want to have those rules enabled in ruff because it make the config easier...
@abulvenz do you want me to assign this to you? (since you have a draft working on it)
Usually, when you use state vars, if you check the compiled page, you should see a hook that get the state instance on the client side so it can be...
@nikunjmathur08 Reproduction : Use snippet from above to make a button that send toast (with title + description), and give an id to that toast. Click button once, the toast...
> Can we pick a better name than istate 😭 Sure, if you've got a better suggestion I can change it 👍 Though it's just a temporary name until we...
Is this issue still happening @SirKnightV ? We haven't had any other user reporting this problem, so it might be a local problem with how your workspace is set up.
This is a context issue because the defined event has been split by the rx.cond Use rx.memo to decorate the function using the tooltip and cond, and it should go...