Skip to content

Apply patch of say.js - #10

Open
MatchaChoco010 wants to merge 1 commit into
azu:masterfrom
MatchaChoco010:apply-patch-of-say.js
Open

MatchaChoco010 wants to merge 1 commit into
azu:masterfrom
MatchaChoco010:apply-patch-of-say.js

Conversation

@MatchaChoco010

Copy link
Copy Markdown

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.

Comment thread package.json
"p-queue": "^3.0.0",
"say": "^0.15.0",
"p-queue": "^6.6.2",
"say": "MatchaChoco010/say.js#make-3rd-party-voice-available",

@azu azu Jan 13, 2022 •

Copy link
Copy Markdown
Owner

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
Copy Markdown
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.

Comment thread src/extension.ts
);
}

function Hoge() {}

Copy link
Copy Markdown
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
Copy Markdown
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