-
**Describe the bug**
SpeechRecognizer stops receiving events and audio is not processed for larger audio files
**To Reproduce**
Steps to reproduce the behavior:
1. Publish service in Kubernetes …
-
### Description
This is intended to be a bit of an open discussion issue about extensions and events in v5. Of all extensions, this primarily affects Commands and Interactivity, which heavily rely on…
-
Using Package Manager Console from Visual Studio, I want to add initial migration and update the database.
I'm using basic dotnet core console application.
Running Update-Database command in Package…
-
Hello. Thanks for the library!
Please tell me, an exception occurs in my application and the application crashes. How can I fix it so that there are no problems? Thank you! Exception in ApiSharp\\Mod…
-
Hello i want to ask about connecting to obs
```
bool isConnected = await Client.ConnectAsync(true, CurrentChosen!.Password, "localhost", CurrentChosen.Port);
Client.ConnectionClosed += (x, args) …
-
### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0)
7.15.10
### Bug summary
Umbraco prompts to login then shows the " Upgrading Umbraco" screen.
The …
-
### Checks
- [X] I've already read https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-…
-
we are trying to do the transcription on real time of the meetings in MS teams . We have setup the teams recording bot which captures the audio on Realtime in the form of bytes . when we try to send/w…
-
### Description
After adding a file to the Platforms/iOS folder, I receive following build error:
MSB4044: The "GetMlaunchArguments" task was not given a value for the required parameter "AppBundleP…
-
## Bug explanation
Assume the following sample:
```C#
abstract class Animal {
public Food Food { get; set; }
public int Id { get; set; }
}
class Cat : Animal {}
class Dog : Animal {}…