Robert Middleton
Robert Middleton
this does not work and is unlikely to be added at this point, since filters can be rather complicated and not easy to configure in a properties-like configuration. You are...
This has now been added as part of #164 as an option that can be set via the config file. Personally I would recommend using the `FallbackErrorHandler` to change the...
``` // Mixing the two approaches: a recipe for pattern specifier injection: // E.g. if name contains '{}'. logger.info("Hello " + name + "! My name is {}.", myName); ```...
Event with `--build=missing` it doesn't work: ``` $ conan install --build=missing .. Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++ compiler.version=10 os=Linux os_build=Linux [options] [build_requires] [env] cppkcs11/1.1: Not found in local...
Thanks, that gets me a bit farther. I've been following the [wiki page](https://github.com/liblogicalaccess/liblogicalaccess/wiki/Build-Liblogicalaccess) but it doesn't have much information on it. The current issue(after installing libpcsclite thru apt) is that...