eyalk11

Results 99 comments of eyalk11

I do agree that seems like a good solution. Do visual multi has a reason to use global mappings?

Here is my fixed func ``` def wrapper(*args, **kwargs): """The actual wrapper""" nonlocal hits, misses try: key = make_key(args, kwargs) value = cache.get(key, sentinel) except: warnings.warn(f"cache get failed { key}")...

Also tried here. https://vi.stackexchange.com/questions/45641/how-to-debug-a-complete-freeze-in-neovim

I guess you know it already, but investing in debugging is productive for all users. Every hour spend on this would save 100 hours of frustrated developers & users. So...

I also got: Nudge: attempt 20 on kernel

ME too . Has to do with pyenv?

I tried to compile with python3.13t (no GIL) , and got the same error.