Skip to content
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

fix all lint + Base64Encode errors #4015

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Conversation

retrogtx
Copy link
Contributor

@retrogtx retrogtx commented Sep 27, 2024

The code was using an undefined base64Encode function, causing an error when opening the file on VS Code.
Removed the unnecessary base64Encode function call and directly used the built-in window.btoa() method for Base64 encoding.

Also fixed various EsLint errors. Most were solved by simply using double quotes.

I also removed unused variable names being declared.

@retrogtx
Copy link
Contributor Author

A follow up question, I did check out MBV4

When do we just start migrating to MBv4 by making big changes and shift completely, and is it necessary for this version of musicblocks to also run?

Just curious

@walterbender
Copy link
Member

The MBv4 project is inspired by MB but shares no code. A from-the-ground-up rewrite.

@walterbender walterbender merged commit 92c09d7 into sugarlabs:master Sep 27, 2024
3 checks passed
@retrogtx retrogtx deleted the dev branch September 28, 2024 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants