William Wong
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.  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.  Looking into the AC JSON that generate the emoji....
Closing as this is for Adaptive Cards than Web Chat.
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...
 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...