-
Notifications
You must be signed in to change notification settings - Fork 26
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
Prompt example #357
base: dev
Are you sure you want to change the base?
Prompt example #357
Conversation
Main update 27 Set
Main update 2 Oct
Fix the file name in release CI
Use a personal access token to upload release
Main update 10 Oct
Main update 20 nov
// Read a file from JSON. | ||
let file_content = fs::read_to_string("./resources/files/prompt_data.json").expect("Failed to read JSON file"); |
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.
You should not be doing computation expensive operation here in the draw_walk as draw_walk runs multiple times.
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.
Thanks for your review! I noticed that, and I'll fix it in future commits.
No description provided.