Konstantin

Results 28 comments of Konstantin

> What issue does this fix? > > I can create files `a.txt` and `b.txt` in the same directory, and calling `os.rename("a.txt", "b.txt")` overwrites the content of `b.txt` with that...

> @mercurykd > > Hey, I'm a little confused. What are you proposing here? > > In other words, what is the current behavior that you'd like to change, and...

proxy: ``` get( 'url', proxies={ 'http':'8.8.8.8:8888', 'https':'8.8.8.8:8888', } ) ```

emulate network throttle: https://pypi.org/project/RequestsThrottler/ maybe this will help?

The author is alive?

> * Do you really need the keybinding? no > * The feedback UI seems a bit limiting for larger regexes with more capture groups. Maybe you could utilize the...

add license and delete keybinding

add: - explain in panel - display groups like /()/

removed global variables color scheme patch redundant events removed

> If you look at a regex in say Python, sequences, certain characters and escapes are highlighted with different colors do you mean highlight the regex pattern itself? ![image](https://user-images.githubusercontent.com/30900414/172054665-1335ff8d-4241-447f-8a63-1addfdf0dbc1.png)