-
Notifications
You must be signed in to change notification settings - Fork 887
feat(site): Display workspace build error + option to retry in debug mode #6903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Similar to above #6889 |
@ghuntley nice! Let me check. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two things on my side:
- validating user permissions
- violating open-closed principle (
log_level
vs.debugMode
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I played with this locally, and it works fine 👍 Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great work!
The demo got too big, so here is a link for the video on Drive: https://drive.google.com/file/d/1mGuLNlGu-SWF9dGqdO8AbYUyhKky0DT6/view?usp=sharing
Closes #4767