William Wong

Results 187 comments of William Wong

@MikeCardiff I can't repro on my side, could you assist? I am sending the following Markdown text: ```md [[email protected]](mailto:[email protected]) [[email protected]](mailto:[email protected]) ``` And I don't see the external link icon on...

Thanks @MikeCardiff, I can finally repro on my side. ![image](https://user-images.githubusercontent.com/1622400/125345443-67c55e00-e30d-11eb-87bd-f7f430ee4edc.png) We will schedule this issue while we are planning.

Some updates: - webpack@5 is much slower than webpack@4 when used in watch mode - esbuild has an internal template that is written in ES6+ - [esbuild/internal/runtime/runtime.go](https://github.com/evanw/esbuild/blob/master/internal/runtime/runtime.go) is the "bundle...

Updates: - Multiple transpilation passes does not work - Although ESBuild do support some ES5 transpilation with ES5-compatible templates, there are some syntaxes not transpiled yet. We probably need to...

Thanks @KattaBhargav. This will take some time, my backlog of accessibility stuff is quite full right now. 😁 And I have access to the bot. 😉

There are no repro steps in the issue. I am guessing this issue is talking about the upvote/downvote button that appears after a conversation. ![image](https://user-images.githubusercontent.com/1622400/180838161-7b8239a2-73b4-4c68-9a0b-3fe7528d91c1.png)

There are two things need to be done to resolve this issue: 1. Web Chat to support `imageAltText` field - Currently, the schema did specify the `imageAltText` field - However,...

This is fixed on Web Chat side in #4441. The bot author would still need to modify their bot to use this field. Instructions have been given above.

Obsoleted by #5120.