Jacob Shirley

Results 3 issues of Jacob Shirley

**Describe the bug** Bazel complains that express is not installed. This is because express should be in "dependencies" rather than "devDependencies" in the package.json. To fix this, "express" needs to...

### What is the current behavior? It is currently not settable as run_binary in bazel-lib does not take such a parameter. It is currently always set to false. I guess...

enhancement
untriaged

Got a very strange error when running this: `evaluate('form.field == "admin"', { form: { field: 'admin' } })` Output: `CelParseError: Given string is not a valid CEL expression: Redundant input,...

bug