Tim Swanson

Results 30 comments of Tim Swanson

> Ah, turns out this breaks Firebase hosting. We can still deploy to app engine, but if we try to deploy to Firebase hosting (which is where breadboard-ai.web.app is hosted,...

Ok. I don't think we should revert the PR, because the old config only works for our site. Maybe update the mechanism so that it can take a param? (Can...

> Another thing we can do is document the appengine setup (not using firebase hosting) as the prefered approach. I've been working through this doc using Firebase hosting. Should I...

Doc started for Visual Editor on a new branch. Will submit a PR to main when we think it's ready to go on the public site. https://github.com/breadboard-ai/breadboard/blob/scratch/packages/website/src/docs/guides/breadboard-from-scratch.md

Ok, I'll do that. It would be good to see how the doc looks on github.io as well, and as far as I can tell there's no way to render...

The page now has working end-to-end instructions that are verified in a fresh Google account with a new Cloud project. https://breadboard-ai.github.io/breadboard/docs/guides/breadboard-from-scratch/ The next step is to do a revision and...

Hi Nick. Happy Boxing Day, and sorry for the delay in following up. Thanks for running through the docs. It's incredibly helpful to have someone walk through these instructions to...

> I didn't have an AppEngine project created which seems to mean there is no AppEngine service account. Either creating a new project or enabling billing for app engine created...

Also, it looks like the steps in this help center article are wrong: https://cloud.google.com/appengine/docs/standard/managing-projects-apps-billing That page says to run `gcloud app create` and _then_ enable billing. That doesn't work. The...

The App Engine troubleshooting page has been updated, and the `#default-sa-permisssions` anchor tag no longer exists. There's no mention on this page anymore of the IAM policy issues for configuring...