William Wong

Results 157 comments of William Wong

@DesignByOnyx resonate with me. Say, a package has vulnerability and CVE published. But the dev tool isn't hitting that code path. How could we count this as false positive reliably?...

Simple punctuations (period after sentence) was in the result. I also tested it and saw the period at the end of the sentence. You can see it in `Display` value...

iOS 11 Webview does not support WebRTC. So Chrome/Edge on iOS does not work. FYI, Chrome/Edge on iOS is just Safari wrapped as a component, i.e. Webview. This is a...

Node.js does not come with audio source and WebRTC. You will have to bring in a custom audio source by implementing [IAudioSource](https://github.com/Azure-Samples/SpeechToText-WebSockets-Javascript/blob/master/src/common/IAudioSource.ts) and create a recognizer with it.

Cordova in iOS does not support WebRTC, and Android do support it. You will need to implement an audio source by yourself.

If there is no changes in `package.json`, there should be no changes in `package-lock.json`. If their `package-lock.json` is outdated for some reasons, should split this change into another PR focusing...

@tjoudeh I am not the owner of this repo and not a member of Cognitive Services team, so I cannot approve/merge this PR. 😔 I also hope to see it...

This is just the client-side JavaScript component. And ASP.NET MVC is server-side. I think this is not the right place to put ASP.NET MVC demo here.

@unicomp21 maybe you want to file it to another repo, this repo is for JavaScript. People who are working on .NET SDK may not tracking the issue.

Hosting on localhost, both Edge and Firefox will prompt multiple times. And Chrome didn't. I investigated the problem in [`MicAudioSource.ts`](https://github.com/Azure-Samples/SpeechToText-WebSockets-Javascript/blob/master/src/common.browser/MicAudioSource.ts). But can someone give explain some designs to me? I...