Aleksey Kontsevich

Results 22 issues of Aleksey Kontsevich

We use [appimage-builder ](https://github.com/AppImageCrafters/appimage-builder) in docker to build AppImages and build them like this: **[Install appimagetool](https://appimage-builder.readthedocs.io/en/latest/intro/install.html#install-appimagetool)**. However our [qgroundcontrol](https://github.com/mavlink/qgroundcontrol/) become to crash on Wi-Fi connection after 31 of Dec for...

Created AppImage with `appimagetool` under Ubuntu 18.04 or Ubuntu 18.04 docker image, however it works in Ubuntu 18.04 and does not work in 20.04 because of following error: ``` >...

I have created [custom map style](https://api.mapbox.com/styles/v1/tantrido/ckyuch3ub001q16ofjwsxnlz6.html?title=view&access_token=pk.eyJ1IjoidGFudHJpZG8iLCJhIjoiY2tlYnB0YWo0MGFpczJzcnZubHRlNTAwbiJ9.6QG-4BeuCpUjaawDiyyfVg&zoomwheel=true&fresh=true#9.76/33.8664/-118.3239/0/75) in Mapbox Studio with 3D terrain and it looks fine in the Studio: ![изображение](https://user-images.githubusercontent.com/3843657/151237462-a96d8f04-cf9c-4661-9f56-846671f53387.png) However in QML application there is no 3D terrain, map...

## Summary Currently bidirectional sync does not work or not implemented. Seems current DB file merging syncs currently opened DB, but other DB file left untouched. This function does not...

high priority :rotating_light:
new feature

Trying to build boost libraries with following commands cd boost_1_68_0 ./bootstrap.sh ./b2 toolset=emscripten link=static variant=release threading=single runtime-link=static system random date_time However it produces `.bc` files to me, not `.a` for...

transition

Was lost with too many `linuxdeploy` repos on github. Hope have found the right one now :wink: So need to use `linuxdeploy`, not `./appimagetool-x86_64.AppImage`? Hi @TheAssassin and @probonopd. Have error...

### Preamble QGroundControl AppImage built with [appimagetool](https://github.com/mavlink/qgroundcontrol/blob/master/deploy/create_linux_appimage.sh#L86) works fine with gstreamer if [development packages were installed](https://github.com/mavlink/qgroundcontrol/blob/master/.github/workflows/linux_release.yml#L44) in build environment before building it: ``` sudo apt-get install -y libgstreamer-plugins-base1.0-dev \ libgstreamer1.0-0:amd64...

Qt `.pri` file for socket.io-client-cpp if somebody need it to attach to your projects. Include it to `.pro` by: `include(socket.io-client-cpp.pri)` ## socket.io-client-cpp.pri ``` CONFIG += no_keywords CONFIG += c++11 SOCKETIOPATH...

Created custom widget like this: ``` class DeclarativeMyWidgetExtension : public DeclarativeWidgetExtension { Q_OBJECT public: // Repeat property declarations, qmlRegisterExtendedType doesn't see the ones from // base class Q_PROPERTY(QQmlListProperty data READ...

If acestream-launcher launched before acestreamengine it eats all the memory for 1-2 minutes and PC hangs.