Tony Anziano
Tony Anziano
It would be a great feature to allow users to save custom activities to a "collection" much like Postman allows users to save and organize sent requests. Sometimes the custom...
## Version v4.9.0 ## Describe the bug For more context, [see this comment thread.](https://github.com/microsoft/BotFramework-Emulator/issues/1568#issuecomment-670247589) ## To Reproduce Steps to reproduce the behavior: 1. Open a conversation with a bot 2....
**Is your feature request related to a problem? Please describe.** The Emulator does not expose the option to configure Web Chat's [speech text normalization](https://github.com/microsoft/BotFramework-WebChat/blob/master/docs/SPEECH.md#text-normalization-options), which can result in undesirable results...
The following options in the application settings for Ngrok behave in a way that isn't very clear to the user upon reading the descriptions:  - "Run ngrok when the...
Currently, the TypeScript compiler, `tsc`, is only called in 5 packages of the Emulator, yet there is a `tsconfig.json` file in every package. There is also a discrepancy between the...
Like seen here: 
Currently, the diff view of the JSON tree when looking at bot state traces defaults to mono-colored key-value pairs, where only the diffed lines are different colors:  We believe...
It would be helpful to have UI for clearing out saved bot urls in the autocomplete list. Clear all and / or remove specific url
Hello, Currently our project uses [lerna](https://github.com/lerna/lerna) to manage our mono repo of several sub-packages. So we have the following project structure: ``` root -- package.json -- packages -- -- subPackage1...