William Wong

Results 187 comments of William Wong

Discussed with @charliewang95. I believe this will be a collaborative work and need improvements on both side. This is partly because Lighthouse seems only look at data from the first...

I experimented with ESBuild and the bundle size did not go down. Instead, it goes up for 20%. We should look at the number of these scenarios to see how...

@mikemitchel the `package.json` at the root level is not published (mono-repo). Most packages under `/packages/*` are published. ![image](https://user-images.githubusercontent.com/1622400/156102455-d252baef-5a5f-4f53-9b24-3369269d6036.png) I searched and all publishing packages are `>= 16.8.6`. (The first one...

The AC card that have the emoji looks like the following. Note these are not emojis provided by the OS/platform. ![image](https://user-images.githubusercontent.com/1622400/180064522-9b5be229-40a5-45ab-a804-a80d52100caf.png) Looking into the AC JSON that generate the emoji....

Web Chat cannot connect to the bot directly. It must connect to a chat service. The chat service could be, for example: - Azure Bot Services (ABS) - You can...

![image](https://user-images.githubusercontent.com/1622400/175496167-b5c62754-983e-49f9-8c80-a35568019516.png) You can check out their code here, https://github.com/microsoft/BotFramework-Emulator/blob/main/packages/app/client/src/state/sagas/chatSagas.ts#L740. This code initialize DirectLineJS chat adapter and plug into Web Chat.

SignalR! Their team has a (relatively) new project called Azure Web PubSub and it is based on their existing SignalR infrastructure. In short, it is SignalR in Web Socket API....

`/v3/directline` are Azure Bot Services REST API, and ABS will relay it to the bot's `/api/messages` endpoint. Bot Framework Emulator is emulating/mocking ABS `/v3/directline` REST APIs and "converting" them to...

Will get back today, I got some ideas on how to make it better. One thing, can you please look at our other middleware to understand how it works? Web...