Joel Mut

Results 32 issues of Joel Mut

## Version 4.18.1 ## Describe the bug Using a basic Composer bot with [CustomQuestionAnswering](https://github.com/microsoft/botframework-components/tree/main/packages/Recognizers/CustomQuestionAnswering/dotnet) and a QnA trigger, the bot works, but it sends multiple requests and traces to the...

bug

### Description Update repo dependencies to latest version taking into consideration vulnerability alerts, breaking changes, node support, and any other limitations that could change how botbuilder is consumed and use....

feature-request

#minor Related PR: https://github.com/microsoft/botbuilder-js/pull/4661 ## Description This PR adds https://github.com/microsoft/Recognizers-Text into `botbuilder-stdlib` library, so it's easier to update vulnerable dependencies without introducing breaking changes. `botbuilder-stdlib` is an internal library that...

#minor > [!IMPORTANT] > These changes depend on PR https://github.com/microsoft/botbuilder-js/pull/4660. ## Description This PR updates all npm Recognizers-Text dependencies' references with `botbuilder-stdlib` Recognizers-Text packages. ## Specific Changes - Updated all...

Update JavaScript and TypeScript samples to support latest Node versions (18, 20, 22, ...). Additionally, update all ARM templates `WEBSITE_NODE_DEFAULT_VERSION` setting to latest Node version.

feature-request

Ported from #4019 Related PR https://github.com/microsoft/botbuilder-js/pull/4765 ## Proposed Changes This PR ports the FIC sample from DotNet's. Additionally, it updates the README.md information, and bot references. We moved the proxy...

## Version main (4.22.9) ## Describe the bug Using DLASE when sending messages from WebChat (preferably file attachments), the BF-Connector `TransportHandler.ListenAsync` method functionality that reads from NamedPipes is executed after...

bug

Fixes #6826 ## Description This PR moves configuration classes from AspNetCore integration to Connector. Additionally, it adds CloudAdapter to WebApi integration. ## Specific Changes - Move Configuration* classes from AspNetCore...

Automation: No parity

## Description Port CloudAdapter from AspNetCore into WebApi, and migrate Configuration* classes to Connector package.

feature-request

Addresses #4684 #minor ## Description This PR removes browserify from the repo and replaces it with tsup. ## Specific Changes - Moved the existing tsup config from botframework-connector to the...