Lewis Westbury
Lewis Westbury
Full stack trace for the `operation canceled` `SocketException`: ``` $ dotnet test --filter "FullyQualifiedName=FFMpegCore.Test.AudioTest.Audio_FromRaw" Determining projects to restore... All projects are up-to-date for restore. FFMpegCore -> /Users/lewiswestbury/src/personal/FFMpegCore/FFMpegCore/bin/Debug/netstandard2.0/FFMpegCore.dll FFMpegCore.Test -> /Users/lewiswestbury/src/personal/FFMpegCore/FFMpegCore.Test/bin/Debug/net5.0/FFMpegCore.Test.dll...
If it helps, I wait until after the sticker is added, in a `StickerView.OnStickerOperationListener`, and then adjust its matrix: ``` @Override public void onStickerAdded(@NonNull Sticker sticker) { // you provide...
Yep no problem - and thanks for the feedback!
Hi there To ensure the service does not close when the Activity that's linked to it closes, you'll need to override the default Application class and use it to start...
[Police Rewired](https://policerewired.org) have been approached by a couple of police services who are developing tools to allow them to make referral decisions as and when they encounter people with needs....
Change of heart, I don't think this proposed change should be throwing an exception when it's a (potentially) unawaited Task. I think it should probably just fire an event when...
Thanks. Happy to help if I can. In the meantime I'm polling from my project 👍
👆 https://github.com/glacasa/Mastonet/pull/90 is a(n untested) proposal that might increase the robustness of the streaming classes. It adds options to detect timeout from the stream (ie. if there's no comment or...
I've done some further experimentation, and I'm pretty convinced now the issue I've seen is not in Mastonet after all*. However, adding a little defensive code around the stream may...
I've not seen this before. Can you share some details of your project, and how you're including the library?