Nitan Alexandru Marcel
Nitan Alexandru Marcel
I decided to give it a try myself and I hit 2 issues. - As of now Ubuntu Touch runs on ubuntu xenial and the following packages are not available...
> @nitanmarcel you can skip building tests by setting `BUILD_TESTING=OFF` (`cmake .. -DBUILD_TESTING=OFF`) Thanks. Also do you know about this error? ``` CMake Error at CMake/Dependencies.cmake:6 (dependency_options): Unknown CMake command...
Came across this while looking at the outher issues out of curiosity. Poco F3 uses fpc fingerprint which gets detected as a joystick. https://github.com/Android-Device-Development/android_kernel_xiaomi_sm8250/blob/b29471c8fa15fffe46bdc6c5d69294b02edba1fa/arch/arm64/configs/vendor/alioth_defconfig#L368 Fixed in upstream for android phones...
> @nitanmarcel the odd thing is that we actually released with [libsdl-org/SDL@727eef7](https://github.com/libsdl-org/SDL/commit/727eef7064e02aea89281493d0c5f16ad9e3c16f) which sould include [libsdl-org/SDL@a2e8565](https://github.com/libsdl-org/SDL/commit/a2e856523089d5d95ba565a26a35ab367c960f12) > > Are you able to trigger this on a Poco F3? I don't...
> There is `Script.Pause()` and `Script.Resume()`. You cannot fully restart a script from script code, unless you use script instances (see `Script.InstantiateScript` and `Script.Abort`). HI again. I've tried using `Script.InstantiateScript`...
Also why so many separated versions and not just one? I've got some problems with some other libraries like NativeUI where some methods are not available with scripthookvdotnet v3. One...
@crosire I'm preparing a separate branch for the documentation so we can add it as a submodule or if you want or I'll clone it from inside github actions. ~~I'll...
I've added the documentation as a submodule: https://github.com/nitanmarcel/scripthookvdotnet-doc which is a fork of the template used on the documentation. Also I did some changes. The main page uses the __Getting...
> Ah, sorry 🙃, I didn't mean it that drastic, was thinking that the template could have been a submodule to avoid adding all these files that have no relation...
> Awesome work!!! Thanks. Anyway this will be pushed forward because I'm waiting for docFX v3 to come stable