Christoph Grüninger
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...
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...
**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...
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? 
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...