Carlos Gomes Martinho

Results 21 issues of Carlos Gomes Martinho

First of all thanks for the great extension. To the issue: I've seen that with Eclipse Oxygen.1a the clang-formatter does not run after save if saving via "Save all". By...

Hi @arminstraub, I think it would be a good idea to port the snap config files and snap creation to this repo... e.g. a push to this repo would trigger...

I was been doing some changes to cose-c e.g. putting headers in namespace e.g. `cose/cose.h`, adding namespaced targets e.g. `cose-c::cose-c` and improving the cmake files... this means, there are some...

enhancement

ot-commissioner is using a fork of mdns here. with https://github.com/mjansson/mdns/commit/48797d38c8b673462db1207ffb1acbe7eaf902af in upstream there were APIs changes.

enhancement

By doing this we can use e.g. debian packages and do find_package or conan ## debian Todo ## conan most of the dependencies are already available in the conan center......

this is a feature request to update the dependency modbus-tk to the latest version e.g. 1.0 at the time of writing. we are having this issue https://github.com/ljean/modbus-tk/issues/82 which was fixed...

when using poco with conan: conanfile.txt ```txt # see script conan_setup_environment.sh for the needed commands [requires] Poco/1.9.0@pocoproject/stable [generators] cmake_find_package cmake_paths [options] Poco:shared=False Poco:cxx_14=True # Poco:enable_apacheconnector=False # Poco:enable_cppparser=False # Poco:enable_crypto=False #...