Domantas Jackūnas
Domantas Jackūnas
Despite this not being relevant to `2b` minor types, it would still be useful to be able to generate salt specific to `2b` to keep some records consistent if used...
So there is no reason not to allow `2b` salt generation by the library then as it would just be changing a single letter.
The purpose is to create a condition and once it's met, the goss tests are run. For e.g. wait for a certain port to be open before running tests as...
Then this should be represented within egg not hidden in documentation
I've put a hack for this in our CI in 2017, it's still an issue now...
Might be related to this https://stackoverflow.com/questions/45498761/ios-carthage-with-mqtt-framework As there are a lot of questions around this, I had tried to create a StackOverflow tag for this, not sure if it's not...
Same here. Managed to reproduce by running ```bash export https_proxy=http://myproxy.corp.com:3128 yarn add react # fails curl https://yarnpkg.com # success curl https://registry.yarnpkg.com/react # fail ``` Same with npm, I reckon this...
Just an update, if this is really based on the proxy/backend issues, then there is a workaround for the proxy as posted in previously linked ticket https://npm.community/t/installs-fail-behind-proxy/766/6 by enabling `dns_v4_first`...