I’m working on a project that requires translation using .Net’s Resx capabilities. This project is 2 years old and counting and our duplication and disorganization of our Resx strings are very apparent. This is a form of Technical Debt and we realized that it is time to pay some of it off before we’re in too deep. I just spent the morning replacing all of our required validation message from 28 different flavors of “X must be selected”, “Y cannot be empty”, “You need to set an email address.", ”Z ......
I was going to try out Aurelia’s skeleton navigation project again and ran into company proxy issues. Aurelia uses JSPM instead of just NPM, so this is some new territory for me. It took some Bingooling and I finally found the right combination. Error: tunneling socket could not be established, cause = Parse Error I had to Set the environment variables HTTP_Proxy and HTTPS_Proxy. I’m on Windows 7. use git config --global http.proxy http://user:password@proxy.... to configure the proxy to work ......