Gordon Hirsch

Results 10 comments of Gordon Hirsch

We've shipped the necessary back-end changes to allow large apps like this one to deploy successfully without timing out. It should be possible to deploy this app now.

We've fixed an issue in the `allAppExtensionRegistrations` query on the back end. It will run much faster now, and these particular timeouts/504 errors should be resolved now.

> [!WARNING] > This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite....

* **#5605** * **#5596** 👈 (View in Graphite) * **#5597** * **#5531** * **#5530** * **#5529** * `main` This stack of pull requests is managed by Graphite. Learn more about...

> [!WARNING] > This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite....

* **#5605** * **#5596** * **#5597** * **#5531** * **#5530** 👈 (View in Graphite) * **#5529** * `main` This stack of pull requests is managed by Graphite. Learn more about...

* **#5605** * **#5596** * **#5597** 👈 (View in Graphite) * **#5531** * **#5530** * **#5529** * `main` This stack of pull requests is managed by Graphite. Learn more about...

@gonzaloriestra and @amcaplan, I have some tophatting left to do, but would appreciate some feedback on the general direction.

> * I see some usages of `consoleLog` and `consoleWarn` outside cli-kit, but we could replace them with `outputResult` and `outputInfo`, no? We have to simplify the options to print,...

The latest commits remove the use of `console*` and other functions from outside of `output.ts`. The `console*` functions have been made private to `output.ts`. Others can be made private too...