Evgeny Kopylov

Results 8 issues of Evgeny Kopylov

**Describe the bug:** If you build a Cython extension with line tracing support and try to profile it with `line_profiler`/`kernprof`, they won't be able to display a source code because...

Hi, Mikhail! I implemented Photoshop blend modes for layer merging, though I can't implement fill opacity.

enhancement

It will be nice to see the String type and also some corresponding operations, such as concatenation of strings with each other.

**Environment:** Windows 7 SP1. ByeDPI v0.13.1+ at least. **Reproduce Steps:** 1. Run proxy with `ciadpi.exe -i 127.0.0.1 --def-ttl 4`; 2. Try to open any website. **Expected Result:** TTL is set....

**Environment:** Windows 7 SP1. ByeDPI v0.13.1+ at least. **Reproduce Steps:** 1. Run proxy with `ciadpi.exe -i 127.0.0.1 -H ":youtube.com ytimg.com ggpht.com" -s 4 -f -8 --fake-offset 4 -t 1`; 2....

**Environment:** Windows 7 SP1. ByeDPI v0.13.1+ at least. **Reproduce Steps:** 1. Run proxy with `ciadpi.exe -i 127.0.0.1 -H :example.com -s 4 -A t -T 1 -s 4`; 2. Open any...

**Environment:** Windows 7 SP1. ByeDPI v0.13.1+ at least. **Reproduce Steps:** Examples use `--auto=torst`, so run proxy with `ciadpi.exe -i 127.0.0.1 -A=t -T 1 -s 4`. **Expected Result:** It works. **Actual...

Don't use the [temp files for packets](https://github.com/hufrea/byedpi/blob/v0.13/desync.c#L281), please, it's bad for performance. On Windows temp files are just files and not mapped to memory as on Linux. It should be...