Matthew Jones

Results 2 issues of Matthew Jones

### Current Behavior Running `nx run-many -t build e2e-ci` causes a race-condition as `e2e-ci` does not depend on `build` on the project it is testing in nx even though the...

type: bug
scope: testing tools

Running the following taken from the docs with vertexai set to true fails: ``` from google import genai import weave weave.init(project_name="google-genai") google_client = genai.Client( vertexai=True, project="", location="us-central1" ) class CityVisitRecommender(weave.Model):...