Vadim Peretokin
Vadim Peretokin
#### Brief summary of issue / Description of requested feature: Quick release links such as https://mudlet.org/4-14 need to be automated so you can easily create at the press of a...
#### Brief summary of issue / Description of requested feature: The script should also auto-link any mentioned function names - both in function and function() formats - to their equivalents...
#### Brief summary of issue / Description of requested feature: See text in the dialog vs text that is rendered in the mapper: https://user-images.githubusercontent.com/110988/155677484-496d25aa-8847-4f38-a69b-43c4a6483f03.mp4 #### Extra information, such as Mudlet...
Just the `vcpkg.cmake` file is being downloaded, however that is not the correct way to use vcpkg, see https://github.com/microsoft/vcpkg/issues/22690.
Getting this in the logs: `[cmake] -- Applied compiler warnings. Using standard .`
I'm trying to compile a library that used Onigmo with Emscripten 1.38.30 and I'm getting the following error: ``` regcomp.o 3rdparty/edbee-lib/vendor/onig/regcomp.c In file included from 3rdparty/edbee-lib/vendor/onig/regcomp.c:31: In file included from...
Continuing my quest to build Onigmo with emscripten (see https://github.com/k-takata/Onigmo/issues/130), I'm getting the following error at the linking stage: ``` shared:WARNING: emcc: cannot find library "lua5.1" shared:WARNING: emcc: cannot find...
AppImages made with linuxdeployqt don't seem to support [Kvantum](https://github.com/tsujan/Kvantum/blob/master/Kvantum/INSTALL.md#with-cmake) style out of the box: ``` QApplication: invalid style override passed, ignoring it. Available styles: Windows, Fusion ``` What's needed to...
linuxdeployqt takes ~2min before it does much, is this expected? Observe the timestamps below: > 2021-01-18T13:42:31.2422590Z Generating AppImage 2021-01-18T13:42:31.2510059Z linuxdeployqt 6 (commit d41e234), build 723 built on 2020-07-30 06:25:46 UTC...
Plugins loaded at runtime by GStreamer aren't included by the tool right now (as visible by strace on [this app](http://www.mudlet.org/download/Mudlet-3.0.0-kappa-linux-x64.appimage.tar), for example). I suspect this manifests as https://github.com/mavlink/qgroundcontrol/issues/4803 as well....