Ido Frenkel

Results 5 comments of Ido Frenkel

Yes, I also found it, I will try to leave the KMP part as is. My idea is to implement a new function to search with regex, this will of-course...

@melloware look at #40 it works, but it breaks the highlights and filtering lines.

> I just committed some JS doc changes to document that class just so I know why it was doing it! I saw, I pulled the latest 😉

@melloware sorry I had little time to work on it this week. I’m hoping I will have time this week.

I had a more "minimal" reproduce in #2183 Pasting it here in case it will help solving this issue. ```python from enum import Enum, auto class SomeEnum(Enum): A1 = auto()...