-
Notifications
You must be signed in to change notification settings - Fork 12
Draft: Out-of-box Experience #41
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
base: main
Are you sure you want to change the base?
Conversation
this looks really good so far!!! |
Looks great so far! Just a heads-up: See https://github.com/zed-industries/zed/blob/eb2c0b33dff361a268b0276f8ec8bb38811d2c5e/crates/gpui/src/app.rs#L639-L652 for details It might be worth opening an issue for this once the PR is merged, but I think implementing it now would be a better way. What do you think? |
Not in favor of using GPUI's credential API because it's so baked around the (url, username, password) tuple. We could hypothetically get around this by doing something like |
I don't have Xcode installed but running into this build issue on macOS. |
You need xcode installed. Also this is a gpui error, not scope. |
Got it built, it seems that an invalid token will not fall back to login again? Is this PR accepting commits? |
iirc we can just query "users/@me" or something similar (which serenity already has a method for) |
Looking for feedback on the OOBE. This PR depends on #39
This PR makes the
DISCORD_TOKEN
env argument obsolete. The environment variable will still be respected if available, and skip the OOBE.