-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Improvements to apply_diff #52
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
Changes from all commits
72c5c71
9cc311d
27b4bb2
538fedb
955660c
4846796
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,7 +20,7 @@ export const isWAV = (filepath: string): boolean => { | |
| return path.extname(filepath).toLowerCase() === ".wav" | ||
| } | ||
|
|
||
| let isSoundEnabled = true | ||
| let isSoundEnabled = false | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Couldn't help sneaking this one in, just to be safe.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. feedback from https://discord.com/channels/1275535550845292637/1275535550845292640/1315443495711936634 alexamd13 wrote about sound effects:
|
||
|
|
||
| /** | ||
| * Set sound configuration | ||
|
|
||
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.
Consider using async/await instead of .then() for promise handling to improve readability and maintainability. This is in line with our Development Standards: https://www.notion.so/Development-Standards-59febcf8ead647fd9c2ec3f60c22f3df?pvs=4#11869ad2d581809f9af3fdba09412ef6