Masen Furer

Results 254 comments of Masen Furer

I played around with this a bit tonight and it's unclear what the desired behavior is. As it's written in tox 4.0.0+, replacement values from another section are looked up...

> I never understood why people use envbindir Likely superfluous in this case, as I think a workaround would be to simply NOT specify `{envbindir}`. ----- The bigger problem uncovered...

~This should be addressed by the parser rewrite i'm working on for #2732~ 🤞 Nevermind, I'm actually unable to reproduce this in my environment. It's possible that the issues are...

I'm not a maintainer, but I've been going through the codebase recently. I personally think the `if pkg_name_type is not None and is_active` fix in env_select is shorter and more...

Have you tried with ```ini package = editable ``` https://tox.wiki/en/latest/upgrading.html#editable-mode

Reopening this issue, as the same problem is happening on tox 4.4.4. ``` +++ tox -e metadata-provision,py39,metadata-release ROOT: will run in automatically provisioned tox, host /usr/local/pyenv/versions/3.9.15/bin/python3.9 is missing [requires (has)]:...

Further development in #3513

fixed in https://github.com/reflex-dev/reflex/pull/3091

@benedikt-bartscher we considered that, but it's actually kind of ambiguous... is it setting `State.a` itself, or is it an indirection that sets the var name referenced by `State.a`. ```python class...

So i tried the `State.a.set` thing ```diff diff --git a/reflex/state.py b/reflex/state.py index a84ea7f8..2845d280 100644 --- a/reflex/state.py +++ b/reflex/state.py @@ -909,6 +909,7 @@ class BaseState(Base, ABC, extra=pydantic.Extra.allow): if setter_name not in...