-
Notifications
You must be signed in to change notification settings - Fork 1
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
add hook to reload the env when prompt is displayed, or give user a headsup #23
Comments
related to: pkgxdev/pkgx#484 (comment) |
Yeah this is a bug in tea/cli |
the main issue I have implementing this is performance. We could do it easily today but it will mean everytime the prompt displays there is the overhead of tea’s startup time which is slow and deno-dependent. |
What if tea stored the hash of every tea.yaml (or package.json, cargo.toml with frontmatter) in This is what |
I ran
tea --sync
, which update brewkit 0.11.x to 0.12.0, but it took me awhile to figure out I needed to cd out of my pantry and back in to start using the newer version.The text was updated successfully, but these errors were encountered: