William Wong

Results 112 issues of 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...

area-speech
backlog
feature-request

## Screenshots ![image](https://user-images.githubusercontent.com/1622400/76785684-189c0700-6773-11ea-8fae-58c06ac481e6.png) ## 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...

bug
backlog
front-burner
p1
size-s
needs-scheduling
needs-team-attention

## Screenshots When typing `markdown`, the external link icon shows up. ![image](https://user-images.githubusercontent.com/1622400/113772392-81855280-96d9-11eb-8f18-c8ac59528848.png) When typing `card markdown`, the external link icon did not show up. ![image](https://user-images.githubusercontent.com/1622400/113772199-3cf9b700-96d9-11eb-9da3-f32d17284f2d.png) ## Version `4.13.0` ## Describe...

bug
area-accessibility
backlog

(Reported internally via Teams on behalf of customer) ## Screenshots ![image](https://user-images.githubusercontent.com/1622400/110041047-8b8ded00-7cf8-11eb-8835-0ecef0792ff4.png) ## Version Possibly `4.12.0` ## Describe the bug When using Cognitive Services to speak on an activity with `speak`...

bug
area-speech
p1
customer-reported
Bot Services
customer-replied-to

## 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...

feature-request

## 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...

technical-debt

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

enhancement
up-for-grabs

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

bug
P2
backlog
needs-triage

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