Kenn
Kenn
Thank you for the info. I cloned, compiled and installed `cocos2d-x-3` today. I did't know it had 3D engine. I ll try to test some examples.
I think it's possible. I saw a draggable volume setting in this script https://github.com/darsain/uosc
@hackerb9 Thank you for responding. convert --version Version: ImageMagick 6.9.10-23 Q16 x86_64 20190101 https://imagemagick.org Copyright: © 1999-2019 ImageMagick Studio LLC License: https://imagemagick.org/script/license.php Features: Cipher DPC Modules OpenMP Delegates (built-in): bzlib...
I think it stems from the policy files in `/etc/ImageMagick-6/` as suggested here https://askubuntu.com/questions/1181762/imagemagickconvert-im6-q16-no-images-defined I played with the settings in `/etc/ImageMagick-6/policy.xml`. I allowed `path` and `url` in the `policy.xml` but...
`/usr/bin/convert -debug all test.png -geometry 800x500 sixel:-` works well again but output of its debug very long. I post debug output of failing one: /usr/bin/convert -debug all file://test.png -geometry 800x500...
FYI `/usr/bin/convert file://`pwd`/test.png -geometry 800x500 sixel:-` also is not working. Output of `/usr/bin/convert -debug all test.png -geometry 800x500 sixel:-`: [debug-convert.txt](https://github.com/hackerb9/lsix/files/7821482/debug-convert.txt)
@idimitriadis0 I was about to request that feature too, but I came across your issue ticket. First of all, I congratulate all who contributed to this project. I am quadriplegic...
@mike-fabian Thank you for responding. Unfortunately I have been suffering from covid. I have a fever, I only read some parts of your posts. As you mentioned above, yes, onboard...
I can confirm that `click-through` feature works well. I am on Ubuntu 20.04 Mate distro. I installed conky from repository but `click-through` feature didn't work. Then I cloned this repository...
I get the same error TypeError: lineReader.eachLine(...).then is not a function from https://github.com/wallali/geocoder.js/blob/master/data/build.js I don't know how to fix it.