Alexey Andreyev

Results 33 comments of Alexey Andreyev

Hello! Not sure, but could be related to #66.

JFYI, rebased to the actual branch: https://github.com/b4ck5p4c3/async-mqtt-client/tree/ca-cert-support

Thanks for a reminder @Neustradamus! I haven't seen it for a while, will take a look :+1:

try to remove ` $(RES_FILES)` from the list of the files for the compiler: ```diff diff --git a/linux/Makefile b/linux/Makefile index 85345d7..400bdea 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -28,7 +28,7 @@...

@petRUShka, I guess vk.com support is not the task for rockpool/rockwork. Talking about vk-Sailfish support, [here](https://together.jolla.com/question/72935/question-vkcom-account-support-planned/) is nice situation explanation (see Chris Adam's comments)

It looks like Empathy is no longer maintained according to the [GNOME wiki](https://wiki.gnome.org/Attic/Empathy): > Empathy is currently no longer in development (see also [Attic/Unmaintained](https://wiki.gnome.org/Attic/Unmaintained)) and the project repos are at...

awesome! :tada: is it makes sense to introduce a new release? :thinking:

The state is the same with Linux-based QtCreator builds, Qt Creator update requires the rebuilding of the plugin. Getting the same error message when trying to run the plugin that...

I don't know a ready-to-use solution, unfortunately. I want to share search keywords. I guess it would be helpful. Talking from an academic point of view, I've heard there is...

make sure you're building it with qt6 not qt5.15 (for example, run qmake via `qmake6` binary)