Alex Recuenco

Results 17 comments of Alex Recuenco

Same issue here, As a "quick fix" I found the following: - if you un-tick the header option on the bottom right corner of the panel, the names become part...

Good morning/afternoon, Yes, it occurs with any adapter. I just provided a simplified example. I was hoping it could be used to make it a test case when reviewing the...

@EricDahlvang , that is one issue, the "delay" type might also need to be included in that list of excluded activities, but I would say that is independent to this...

In my opinion, If the goal is to prevent the bot saying twice the same prompt in a turn, a better way to achieve that would be to use a...

Since this is taking a while, I tried to write down my suggestion for one possible solution for this issue on https://github.com/microsoft/botbuilder-js/pull/3981 I hope this suggestion is not considered intrusive.

> @EricDahlvang any update on this? Our fix currently is to dig into the private properties on the context on the validator function, and to set it to false over...

I am not sure yet why it is even checking the responded flag because: 1. It is a concurrency issue, you can't guarantee that it won't get turned, and it...

Good afternoon, I modified #3981 to address the backwards compatibility issues we were discussing. Pushing a change like that (or similar to that if that is considered too intrusive) would...

@srinaath Sorry, this is currently an issue on the main branch. https://github.com/microsoft/botbuilder-js/blob/b1d137f86aa2beb0642e85ed3398d147dd5c7d0e/libraries/botbuilder-dialogs/src/waterfallDialog.ts#L296 I put as version number the number on the package.json on the folder of botbuilder-dialogs, which I now...