Tony Anziano

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

Enhancement
feature-request

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

Bug

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

Enhancement

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: ![image](https://user-images.githubusercontent.com/3452012/76985396-63e22100-68fd-11ea-90ea-4183235aa947.png) - "Run ngrok when the...

Enhancement

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

Enhancement

Like seen here: ![image](https://user-images.githubusercontent.com/3452012/57169265-9143e000-6dba-11e9-9007-1b371302e0ae.png)

Enhancement
P2

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: ![image](https://user-images.githubusercontent.com/3452012/61407713-39822480-a893-11e9-9402-e14f4daef450.png) We believe...

Design

It would be helpful to have UI for clearing out saved bot urls in the autocomplete list. Clear all and / or remove specific url

Enhancement
Design
P2

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