Christoph Grüninger

Results 34 issues of Christoph Grüninger

It would ease using SuiteSparse with CMake, if SuiteSparse would provide a `SuitSparseconfig.cmake` file, that CMake can use to identify the SuiteSparse installation and get all locations and parameters. CMake...

enhancement

We try to build a PKCS12 keystore with BouncyCastle with the usage of the AES algorithm OID 2.16.840.1.101.3.4.1.42 as encryption/wrapping mechanism for the encryption of the secrets in the KeyStore,...

I would like to encourage you to add GitHub Sponsors as another option to donate for this project. If you struggle to get this set up, I might be able...

Providing a cmake config file makes it easier to find and use Metis. Metis should create such a config file. CMake offers some functions to do this without much effort:...

Currently the CMake build system is hidden by a Makefile and it cannot be used directly. This makes it difficult to use all the parameters CMake offers like compiler, flags,...

**Is your feature request related to a problem? Please describe.** In `ParU.hpp` many types are defined. They use signed integer `int64_t` instead of a unsigned integer type. Examples for values...

enhancement

**Is your feature request related to a problem? Please describe.** The interface as defined by `ParU.hpp` uses signed integer `int64_t` where boolean or enum types would be better. Example for...

enhancement

Earlier today @johanhaleby released version 5.3.2 and added a Git tag. Unfortunatley, the tag is not named "rest-assured-5.3.2" but only "rest-assured-". Can you please replace the tag? ![image](https://github.com/rest-assured/rest-assured/assets/4538230/a0f25793-ba5e-4a69-b3f9-259b6159be38)

REST-assured has a dependency to TagSoup to prettify HTML code. TagSoup has not seen a release in 12 years and the project page is no longer available (at least regarding...