matthijs

Results 11 issues of 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,...

feature

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...

enhancement

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...

We are trying to upgrade to laravel 12. But this package does not yet support laravel 12 so we're unable to upgrade. Can you please make this package available for...

### Bareos component version Bareos director: ```bash # bareos-dir --version 24.0.2~pre41.988426cda ``` The director has one plugin which sends monitoring information to graylog (using the requests library from python). Bareos...

needs triage
bug

## Expected Behavior No undefined behaviour when using this library. ## Actual Behavior Although the test works it shows that there is undefined behaviour. I've taken one of the examples...