Paul Peavyhouse

Results 20 issues of Paul Peavyhouse

This is a stretch, but it has been bugging me for awhile. I have a relatively recent rooted LG Optimus G running CyanogenMod 10.1. The app I have been developing...

This is semi-blessed by Xavier Ducrohet himself and thus semi-official: https://groups.google.com/forum/#!searchin/adt-dev/javadoc/adt-dev/seRizEn8ICA/bafEvUl6mzsJ

Before I found this [Android-Scanner-Compat-Library] library, I had rolled my own and allowed my code to set the version of the scanner it wanted to use. We could ask a...

ABSOLUTELY DO NOT MERGE! This is just a non-compiling prototype stub for now **to get the conversation going**. This most likely will also require a non-trivial update to NDI SDK...

OBS 28 Beta 1 is officially released https://github.com/obsproject/obs-studio/releases/tag/28.0.0-beta1 > 28.0: Updating to Qt 6 > As of May 2020, version 5 of the Qt user interface toolkit ceased public development...

```Caused by java.lang.IllegalArgumentException View=DecorView@9cb1f85[HomeActivity] not attached to window manager android.view.WindowManagerGlobal.findViewLocked (WindowManagerGlobal.java:533) android.view.WindowManagerGlobal.removeView (WindowManagerGlobal.java:433) android.view.WindowManagerImpl.removeViewImmediate (WindowManagerImpl.java:124) android.app.Dialog.dismissDialog (Dialog.java:518) android.app.Dialog.dismiss (Dialog.java:501) com.vorlonsoft.android.rate.AppRate.dismissRateDialog (AppRate.java:663) com.vorlonsoft.android.rate.AppRate.showRateDialog (AppRate.java:628) com.vorlonsoft.android.rate.AppRate.showRateDialogIfMeetsConditions (AppRate.java:118) com.....HomeActivity.onCreate (HomeActivity.kt:330) ``` The above...

I find it odd that "mainHandler.post(new ResultEvent(hypothesis, true));" is only ever called in SpeechRecognizer.stop(). I would expect the final result to be posted if the main recognizer loop timed out...

**Describe the bug** I tried loading https://www.reaper.fm/reaplugs/ reacomp-standalone.dll and got the following crash: System.NullReferenceException HResult=0x80004003 Message=Object reference not set to an instance of an object. Source=Jacobi.Vst.Samples.Host StackTrace: at Jacobi.Vst.Samples.Host.HostCommandStub.HostCommands.GetCurrentPluginID() in...

**Describe the bug** I am so far only using Jacobi.Vst.Samples.Host with https://www.reaper.fm/reaplugs/. Whenever I show any of their Editors, the returned Rect size is always 400x300. ![image](https://user-images.githubusercontent.com/1393897/186280589-9732a21a-75e5-43f6-86d7-2290b55aec4c.png) **To Reproduce** Steps...