atmoraes1

Results 9 comments of atmoraes1

@stevkan The decision to disable the typing indicator for Teams is outrageous. We use that to provide a smooth user experience and now a lot of customers are complaining. It...

Coming back here to say when using the ShowTypingMiddleware we are receiving BadRequests all the time, we had to change our code to stop using it. Again, that is unacceptable.

Well after some extensive troubleshooting, we've managed to pinpoint the issue. Azure Portal requires you to enter a Client Secret, so one thinks, ok let me configure my IdP Client...

I'm having the same problem when using the Emulator, the sample codes are not working because the GetToken endpoint is returning Not Found, so it is asking for authentication on...

@Aspyryan see if [this ](https://github.com/microsoft/botframework-sdk/issues/6633#issuecomment-1984266272) comment by me solves your issue, some IdP deny the request if the client is marked as confidential (aka should use client secrets). The problem...

One of them is this: [](https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-concept-authentication?view=azure-bot-service-4.0). It states you don't need to manage tokens as the Token Service does that for you. But when the token expires, it is not...

I ran a simple test locally by fetching the fonts from `SKFontManager.Default.FontFamilies`, that's what SetBestFonts use. The funny part is that it returns a single item, but the font has...

I've found a solution, but a few important points before going further: 1. When using the Linux.NoDependecies, SkiaSharp won't tie the FontConfig to the default SKFontManager. [GitHub comment](https://github.com/mono/SkiaSharp/issues/1131#issuecomment-583458725). 2. .NET...

That's exactly what I'm doing. The factory is static and each audio input creates a new processor.