Eli Levit

Results 8 comments of Eli Levit

@mac-s-g Can you approve please? I need these feature so much 🙏

@Vino4 @katpas There is a way that it could work now with blurring dimmer?

Did you find solution?

@henwen I'm glad to hear it, friend 👍👍

@Anurag147 did you try to search by regex with line breaks pattern? It works for me: ``` const escapedFragment = searchFragment.replace(/[-/\\^$*+?.()|[\]{}]/g, '\\$&'); const regexPattern = escapedFragment.replace(/\s+/g, '\\s*'); ```

same issue...It works great at work on windows but not on my mac. Can't get response of list method

I see an error `##[error]Action must be run in conjunction with the pull_request event` but maybe it's possible to make for regular branch pushes too?