Christine Cha
Results
2
comments of
Christine Cha
PS. Here's the workaround I came up with for the time being (cc @rogueg): ``` set -e OUTPUT=$(yarn run server:deploy) echo "${OUTPUT}" if echo "${OUTPUT}" | grep -q 'failed to...
+1 please! I am building sports tournament software and when we search for players. "Jeff Baker" does not return a document that contains { firstName: "Jeffrey", lastName: "Baker" } unless...