Mario Toffia
Mario Toffia
Today the pms.Write will just do a put with overwrite (default) and then if any tags is present do call `AddTagsToResourceRequest`. Hence for every pms variable two calls be done....
So one may have the ability to write: ```go type MyStruct struct { MyField string `pms:"test, expires:2021-02-17T08:10:12.000Z"` } ``` This would generate a a policy for the parameter _test_ as...
Since the max number of parameters per request is 10. This may be done in pms/serializer::extractParameters(m) around line 68
The HTTP is returning 200 OK but list all parameters as invalid. If I put a sleep between the calls, it works ok.
When rendering asciidoc to plain html I can do e.g. `image::my-image.svg[opts=inline]` and it would inline the image into the resulting _html_. Is is possible to do so with `asciidoctor-reveal.js`. Cheers,...
Hi, is there any problems running _kroki_ and associated containers on an *ARM64* architecture? If so, do you have any pointer where so I may have a look if I...