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...
Some level of windows support was done, but apart from somebody getting it to compile a few years ago I have no idea if it works, or if it ever...
If you are willing to provide Windows support, that would be best. I effectively don't touch Windows; I know just enough to work my way through a few issues, but...
I have no plans to add it myself, as I have not used conan before and do not currently have plans to use it in any projects. If you would...
I don't think this works at the moment, because it's not a use-case that I have encountered. Extending from a non-generated class is something that is very likely to be...
any 0.y version is not supported at this point, unless there are critical bugs.