Aslan Dukaev

Results 13 comments of Aslan Dukaev

@DamirSvrtan yes. I'll do it within a week.

In the first version, it will be possible to do it quickly. The second version allows configured output without links. ```ruby EXPLANATIONS = { first: 'some warn [some_url.com]', second: {...

Hello @DamirSvrtan 🙂 In the first approach, `first_offense: 'some warn [some_url.com]'`: ➕ No need to edit the logic of output. Only edit `EXPLANATIONS`. In the second `first_offense: { info: 'some_warn',...

👋 @DamirSvrtan. Added PR #78

@mateusdeap great. In a few days I will do this

@superchell спасибо за подсказку 🙂

after pr it will look like this: ![image](https://user-images.githubusercontent.com/6534897/49343420-f499dc80-f679-11e8-9e1b-6cf7ebc6f67b.png)

@ItsDaWither right. open `build.sh`. As you see `install.sh` is a result of files. You need: 1) add your fix to `3proxy.sh` 2) `bash build.sh` 3) Commit changes (`3proxy.sh` and `install.sh`)

@ItsDaWither hi 👋! Thank you for researching and fixing! Can you prepare for merging? I think, it's extra changes https://github.com/dukaev/ipv4-ipv6-proxy/pull/9/files 🙂

@EugenMayer yes, I did. Do you have a mac? Check these steps: 1. Add docker external docker (from http://hetzner.com/ for example) to your docker-machine ``` docker-machine create \ --driver generic...