William Wong
William Wong
> Related to #3974. ## Feature Request In `packages/bundle/src/speech/createMicrophoneAudioConfigAndAudioContext.ts`, we are using `PcmRecorder` from Speech SDK: - It is not using audio worklet via blob URL - It is hardcoded...
## Screenshots  ## Version `4.8.0` ## Describe the bug When a notification without `message` field is dispatched to `WEB_CHAT/SET_NOTIFICATION` action, it should not throw an error. ## Steps to...
## Screenshots When typing `markdown`, the external link icon shows up.  When typing `card markdown`, the external link icon did not show up.  ## Version `4.13.0` ## Describe...
(Reported internally via Teams on behalf of customer) ## Screenshots  ## Version Possibly `4.12.0` ## Describe the bug When using Cognitive Services to speak on an activity with `speak`...
## Feature Request As we start to add typings to all of our code, we specifically didn't type Direct Line objects because we didn't think out the plan to correctly...
## Upgrade Selenium We are using Selenium 3.14 with Chrome 80. We should take our time to upgrade to Selenium 4.x with latest version of Chrome. There are a few...
While running `npm install chromedriver` under Linux, some devs may want to install Windows binary instead. For example, when installing under WSL2, we opt for Windows binary as it will...
Tested on PC with Chrome 67.0.3369.99 and Edge 17.17134. And also Chrome 67 on Android. All failed with same error. Following the sample code at https://docs.microsoft.com/en-us/azure/cognitive-services/speech/api-reference-rest/websocketprotocol#opus. When starting recognition, console...
### [Github issues](https://github.com/Microsoft/botbuilder-js/issues) should be used for bugs and feature requests. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) for general "how-to" questions. ## Versions `4.14.1` ## Describe the bug The `botframework-streaming` is not configured/transpiled...
Learnt that [`scrollIntoView`](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView) is a new feature that could help us to replace artificial scrolling. Should study more about it and probably implement animated scrolling using it. Update: Chrome and...