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

Apply patch of say.js #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MatchaChoco010
Copy link

I've written two patches for say.js.
One is to deal with garbled text in Windows environments. Marak/say.js#121
The other is to support 3rd party readout software. Marak/say.js#124

This PR contains the patches and fixes compilation errors due to environment upgrades.

Since the patches have not yet been imported into the main repository, I am using the forked repository directly.

"p-queue": "^3.0.0",
"say": "^0.15.0",
"p-queue": "^6.6.2",
"say": "MatchaChoco010/say.js#make-3rd-party-voice-available",
Copy link
Owner

@azu azu Jan 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recommend to publish it as package.
Git's Branch is not immutable.

Scoped package is useful for fork repository.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I will publish this fork repository as scoped package.

@@ -160,3 +163,6 @@ export function activate(context: vscode.ExtensionContext) {
})
);
}

function Hoge() {}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debug code?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, sorry. This is debug code. I will remove it.

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