Results 53 comments of Michael Drake

> I've added CURLSSLOPT_CA_CACHE_FLUSH. I haven't updated the following documents to match yet, because I'd need to know what curl release version it would be in I've presumed it would...

Hi @dawoun, Thank you for this proposal. I have decided to use the alternative approach in https://github.com/tlsa/libcyaml/pull/212 instead, so I am closing this. This a very clever approach, but I...

My current thinking is that I'll add min/max values for validating numerical values. For mappings I'll add a validation callback option, which will be called on the mapping end event....

Default values are [now implemented](https://github.com/tlsa/libcyaml/pull/212) on `main`. To use them you need to use the [new-style schema building macros](https://github.com/tlsa/libcyaml/pull/210). The old style ones continue to work, they are implemented as...

Min/max values for integer values is [now implemented](https://github.com/tlsa/libcyaml/pull/216) on `main`.

Client value validation callbacks added in this PR: https://github.com/tlsa/libcyaml/pull/217. I still need to add tests.

Validation callbacks are now merged.

@XisonChen No, it's not currently supported.

@alex-tee The [validation callbacks](https://github.com/tlsa/libcyaml/issues/186#issuecomment-1571972524) on `main` now would effectively serve as post-deserialise callbacks.

I was going to request this, but found this existing issue already here. Can anything be done about it? I just found this: https://discourse.cmake.org/t/how-to-generate-pc-pkg-config-file-supporting-prefix-of-the-cmake-install/4109/9