Sergey Linnik

Results 5 issues of Sergey Linnik

* add config file that stores secret key * store encoded user/pass in extra_info * https://git-scm.com/docs/gitcredentials

Accepting PR

These functions only used by `ForwardedTCPHandler` and should be extracted to them

> test.vue ```vue example ``` > main.js ```js import test from 'test.vue' Vue.component('test', test) ``` > App.vue ```vue ``` If i changing `test.vue` file - hot reload won't works. As...