Yohe-Am

Results 33 comments of Yohe-Am

The `dateTime` values are all empty strings. In an attempt to remedy it, I undid the changes from the update from the Git history. The old version of the file...

Sample screenshots: When lade errors out: ![image](https://github.com/metatypedev/metatype/assets/56622350/9665d87f-dc26-4591-89fa-fb0c70e0c7a5) At the end of typegraph deployment if errors were seen: ![image](https://github.com/metatypedev/metatype/assets/56622350/fd782b6a-f51e-46cf-8ac6-be7f6ca755c6)

@coderabbitai based on the patterns established in typegate/tests/e2e/cli/dev_test.ts and typegate/tests/e2e/website/website_test.ts, generate a new test file inside typegate/tests/e2e/cli/ that directory that has tests for deployment of multiple typegraphs at once. Name...

No longer relevant since move to sccache. `lock-sed` also minimizes changes to the lockfile now.

@zifeo what do you think of [merge queues](https://github.blog/2023-07-12-github-merge-queue-is-generally-available) or alternatively Bors? Also, what about only running the full CI when user wants to merge the PR instead of every push?

@zifeo Hey, so I'm taking another look at merge queues. We had another PR that broke main after merge which would have been caught by the feature. It should also...

Do the same for meta-cli as well? Each test file "builds" it once with the current scheme.

Also, eliminate the `deno task test` call and go to `cargo x deno test` directly.

We're running into this as well. It seems not all files cause this issue. I'm not sure what exact property leads to the issue (it doesn't seem to be codecs)...

Yeah, your diagnosis is correct. The issue completely disappears when I revert the changes made in the PR.