matthijs
matthijs
Hello, We require TLS in bacula, also for the bconsole client. It seems that there is no support for TLS, it would be nice if that can be implemented. Regards,...
Hi, I am trying to parse something like: 1 byte (length) followed by N bytes (where N is the length from the first byte). I've come up with the following...
Hi, I am trying to schedule a lot of tasks on the threadpool. An example of what I am trying to achieve is probably easier to understand: ```c++ #include #include...
Please check Services, Known Bug / Issues and Troubleshooting over here first: https://github.com/fuatakgun/kia_uvo/blob/master/README.md **Region and Brand of car** Region: EU Car: Hyundai Kona **Describe the bug** Fails to setup the...
Hi, I have not that much experience with cmake, so some help here is welcome. I've installed sqlpp11 as follows: ```bash cmake -DCMAKE_BUILD_TYPE=Release -DUSE_SYSTEM_DATE=ON -DBUILD_POSTGRESQL_CONNECTOR=ON -DBUILD_MYSQL_CONNECTOR=ON .. make -j$(nproc) &&...
Hi, Due to the naming of one of our resources the variable name became too long. (more then 32 characters) Simplest solution was to short the variable name by using...
**Is your feature request related to a problem? Please describe.** The order of execution of the analyzers seems random. Sometimes clangsa is executed first, sometimes clang-tidy. Some of my files...