jmartasek
jmartasek
Just to confirm I am having the same issue. It appears to be related to the underlying `github-api` library...: https://github.com/github-tools/github/issues/435 Or even deeper how axios implements the proxy support...
OK. I now believe that the issue is if your proxy is on http and you connect to https (which is the case for github). Once this https://github.com/axios/axios/pull/959 is merged...
For reference I managed to overcome this by running a local squid proxy that is using the authenticated proxy as a parent. Sample `squid.conf`: ``` http_port 3128 http_access allow all...
@FerhadOthman this have some issues if you want to remove items from the list - see this https://stackblitz.com/edit/angular-ngmodelgroup-array-issue and try removing tags from the middle and watch the form.value property...