Sergei Ilinykh
Sergei Ilinykh
Hi I'm writing a rust application and start it both in a container and locally. I added to .dockerignore file to not transfer `target` (local) into docker context and it...
**Describe the bug** I use next expression to update YAML item ``` yq_linux_amd64 -i ' with(.path.to.item.content ; . = strenv(CONTENTS) | . style="literal")' \ myinputfile.yaml ``` Where `CONTENTS` keeps some...
xmpp.net is dead since 2016 (they don't register new servers regardless of bunch of pull requests) list.jabber.at is pretty much alive.
Instead of making custom SDK it would be great to use ready to use binary packages. Conan has them for various platforms and compilers. OpenSSL for example is there already....
Example of such a presence. Neither disco nor vcard were requested. ``` de1eecac395cb07d1a433012bb30842e82d25f86 ```
The current version instead making action visible/invisible instead deletes or add them. For toolbar this action deletion is somewhat unexpected so the icons stay on the toolbar usually leading to...
as result it's shown in roster. And same happens for roster contacts when they remove their avatars.
Currently it requires some magic to do so. I don't remember the way in fact but iirc it's possible. Basically the solution is to add a fake contact "Start chat...
Hi I tried to build linphone with autotools and cmake but result is always the same. ``` [ 92%] Linking CXX executable linphone-daemon cd /var/tmp/portage/net-voip/linphone-3.12.0/work/linphone-3.12.0_build/daemon && /usr/bin/cmake -E cmake_link_script CMakeFiles/linphone-daemon.dir/link.txt...
Since qtkeychain on gnome can't work without libgnomekeyring the application using qtkeychain should explicitly add a dependency on this library (in deb/rpm/etc). And this is wrong for Qt applications to...