Albert Skibinski
Albert Skibinski
vcl_hit does a deliver (fetch), but this is not allowed, see: https://varnish-cache.org/docs/trunk/users-guide/vcl-built-in-subs.html Should be: return (deliver);
I have this nested tree where each concept is another adoc instance: `inputPath = 'src/mysource'; inputFiles = [ [file: 'root.adoc', formats: ['html']], [file: 'src/concepts/concept-1/concept.adoc', formats: ['html']], ] taskInputsDirs = ["${inputPath}/images"]...
I noticed that the learn-more/info link is always a button when the notice is shown as a modal: https://github.com/klaro-org/klaro-js/blob/6ccb3534daaba8114ecd2223a8dc688da13c4e3d/src/components/consent-notice.jsx#L172 I couldn't find the related issue about this decision and the...