Joe Bailey
Joe Bailey
I am a big fan of managing the configuration outside of the app. Configuration can change at anytime and it should not require a build/deployment to make a configuration change....
@tggm Are you using AngularFire2 in your code, if so I would like to see how you are loading the configuration. I have not done anything with this problem in...
I had the same error using Bazel to generate protobufs. By moving this generation work to another job in the same action file and making golangci-lint job dependent on it...
@SaladFork I got around the problem by downgrading to 9.3.0 of node fixed the `npm install` issue, but not the `cypress open` issue.
@SaladFork I got the the app to work by installing the latest Cypress. `"cypress": "^3.2.0"`
PR #4 has the fix to this issue.
I have not worked on resolving the issue, due to how I change the form validation process. The problem is with input type submit.