Erez Shinan

Results 356 comments of Erez Shinan

That's unfortunate! I think the only solution is to raise an error for Python 3.11 and up.

The Python documentation agrees with you: https://docs.python.org/3/library/re.html > Changed in version 3.11: This construction can only be used at the start of the expression. So, it's strange that you can...

Hi @willmcgugan , thanks for looking into it. Can you please explain your solution? The only reference to `_clear_caches` I can find is in _data_table: https://github.com/search?q=repo%3ATextualize%2Ftextual%20_clear_caches%20&type=code > We're working on...

Hi @davep , I see that you removed `_tree_control.py`.. Did you move `TreeControl` elsewhere, or just removed it?

What is the approach here? Are you planning to attach the comments to the AST? (iirc the ast module doesn't do that on its own) If it helps, I have...

I'm a visitor here too. Let's see what the maintainer has to say.