Ledorub
Ledorub
При перемещении изображения героя увеличивается координата нижнего края изображения относительно окна. `let newBottom = newY + dragElement.offsetHeight` Прокрутка срабатывает когда нижний край изображения перемещается за нижнюю границу окна. `if (newBottom...
Done in [v0.10.10](https://github.com/xvzc/SpoofDPI/releases/tag/v0.10.10).
In [0.10.11](https://github.com/xvzc/SpoofDPI/releases/tag/0.10.11) those exit codes were replaced with more informative messages.
Seeing how there have not been any new reports related to the issue, I guess, I can close this.
> parsing arguments should be done in `util/args.go` Updated the PR. Put file loading into `config.go` and updated `config.Load` signature to let errors bubble to `main`. Should file loader be...
I will update this PR in a couple of days.
Updated the implementation. Pattern file is no longer present in config. I had to change signatures a bit, to let errors bubble to main.
> If agree with this, then let me do this. I think this is a good idea. I tried to workaround the lack of antipattern with regex lookaround, but Go...
I put some though into it, and I think that we should abstract file reading/parsing. My initial proposal was to accept a file with a list of patterns/domains separated by...
> What about we check if each given value of --pattern argument is a file? by using os.path.exists()? > it maybe slows down the startup time when there is too...