MVoloshin
MVoloshin
If IBMulator uses SDL for video output, why not to add support for running on Android?
Is it possible to build BoxedWine for Android?
Could anybody build IBMulator for Android? https://github.com/barotto/IBMulator
When cross-compiling Basilisk II for x86 there are a lot of errors about missing Guichan #include files (wrong path?). Correcting paths manually works, but it is not a solution because...
Hi! I'm implementing face landmark detector in C++ and have problems trying to set "min_score_thresh" value using: ``` mp_add_option_float(builder, "facedetectionshortrangecpu__facedetectionshortrange__facedetection__TensorsToDetectionsCalculator", "min_score_thresh", min_score_thresh); ``` It fails with the following message: ...
Hello, I connect to my Windows 8 guest (VirtualBox VRDP) via Myrtille. I noticed that I cannot type anything from keyboard actually (except some keys like Backspace, Enter, arrows, etc)....
@lubomyr , hi! Please, tell me, could I continue working on BochsLauncher so it compiles targeting latest Android API? I could also try to bring BochsLauncher into official Bochs repository:...
@pelya , I needed these changes in order to run Bochs (built with SDL 1.2) on Android 11+ while targeting API 33 (Android 13). I cannot guarantee that it's suitable...
Hello! I tried to run the following query in YTsaurus (Minikube cluster on Win10). ``` pragma yt.DockerImage = "docker.io/demisto/opencv:1.0.0.117507"; $file_downloader_script = @@#py import requests def download(uri): try: response = requests.get(uri)...
Hello! When I try to insert last SELECT result into `//home/maxim/test` table on my cluster, I get error message like "libpython*3.11.so not found". Without INSERT INTO query succeeds and I...