Jesse

Results 10 comments of Jesse

I took a stab at implementing federation with this library and it seems like the primary blocker here is that we can't specify directives for types (ie, ObjectConfig doesn't support...

Hi @ldebruijn. Thanks for working on those tests, I was just starting that when I saw your reply. I'm wondering if we should make a new test tree for this...

I'm not sure what this failure in running the tests locally means: ```--- FAIL: TestGenerate (3.06s) --- FAIL: TestGenerate/default (1.49s) generate_test.go:56: Generate() error = merging type systems failed: unable to...

> It seems like from the next few comments, you are going to take a different approach, so I haven't bothered to point out why this is happening. Correct me...

Thanks @ldebruijn I'll get this patch applied and pushed ASAP.

@ericbock I'm at company kickoff right now but I'll look at creating a PR to address this case as soon as we get back.

This is still a problem with Cloud Run. A workaround is to run `gcloud run deploy` with the `--command=/dist/router`.

I'm not entirely sure. I'm guessing the gVisor runtime sandbox is executing the container in such a way that /usr/bin/env doesn't have the appropriate path to locate bash. However, I...