Joel Mut

Results 22 comments of Joel Mut

Hi @tracyboehrer, this port doesn’t apply, since it has been addressed in the [PR#4149](https://github.com/microsoft/botbuilder-js/pull/4149).

Hi @tracyboehrer, we've been reviewing this port issue and doesn't apply to JS, due to lacking the necessary changes from another porting issue ([port: Streaming Library Refactor - #3955](https://github.com/microsoft/botbuilder-js/issues/3955)) that...

Hi @tracyboehrer, In order for a Consumer/Skill scenario to work properly with proactive messages, the skills' `continueConversationAsync method` differs from the [Proactive sample](https://github.com/microsoft/BotBuilder-Samples/blob/main/samples/javascript_nodejs/16.proactive-messages/index.js#L83). Moreover, this implementation is being used by...

Hi @EricDahlvang and @joshgummersall We tried to reproduce the issue without success, using both a Composer bot and a bot sample. 1. Using an Azure function Composer bot locally or...

Hi @tracyboehrer, this port isn't required, since JS handles this functionality differently than DotNet, but also is already sending the error message alongside the error status code when processing the...

Hi @mrivera-ms, @compulim. We were able to reproduce the issue using the `DL ASE` protocol with the `4.14.1` version of `botbuilder`, where the bot doesn’t receive the attachment in the...

@mrivera-ms, the libraries `azure-storage` and `documentdb` are used by the [CosmosDbStorage](https://github.com/microsoft/botbuilder-js/blob/main/libraries/botbuilder-azure/src/cosmosDbStorage.ts#L82-L92), [BlobStorage](https://github.com/microsoft/botbuilder-js/blob/main/libraries/botbuilder-azure/src/blobStorage.ts#L99-L109) and [AzureBlobTranscriptStore](https://github.com/microsoft/botbuilder-js/blob/main/libraries/botbuilder-azure/src/azureBlobTranscriptStore.ts#L24-L33) **deprecated** classes. Should we still make the migration despite the deprecated classes?

Hi @tracyboehrer, this port doesn’t apply, since it has been addressed in the [PR#4149](https://github.com/microsoft/botbuilder-js/pull/4149).

Hi @tonystark12, A fix is being addressed in the pull request [#1351](https://github.com/microsoft/botframework-cli/pull/1351). To bypass this issue, provide the `--in` argument with a different folder path that contains the data sources...