Bjørn Erik Pedersen
Bjørn Erik Pedersen
Question: I assume that you by external (mostly) mean files on the same file system (and not remote files)?
OK, I hadded the initial OpenAPi support in Hugo, and the project I used it in has the API source mounted as a Hugo Module. So, this is what we...
@illeatmyhat It's hard for me to debug your example/code without additional context, but I'll try: * I think the closest existing example would be somthing like this: https://github.com/gohugoio/hugo/blob/8a308944e46f8c2aa054005d5aed89f2711f9c1d/resources/resource_transformers/js/options.go#L184 * You...
@alecgarza96 that would be great! A good first step, I think, would be to create a failing test in here: https://github.com/gohugoio/hugo/blob/master/tpl/openapi/openapi3/integration_test.go
This has been discussed before -- and the big problem of such function, if you make it something global, is that there is no way to preserve the ordering of...
I'll reopen this, because I find it better to write about these topics here rather than on the Discourse. So, we already have `math.Counter` which I guess could be used...
I'm closing this for now. This ball may be picked up again in the future, but I don't want to add/maintain more complexity to a setup that works great for...
So, #13662 fixes the common problem described in here, re-rendering of e.g. `/tags` when new terms are added, but we still don't handle tag renames, which is a harder problem...
>this shouldn't result in any collisions I think? If that was true, why are they so long in the first place? So, I agree that for certain uses of this...
Yes, we're not messing with the SRI hashes.