Joe Mooring

Results 604 comments of Joe Mooring

Whether you've configured taxonomies or are rendering a TOC is irrelevant. Simplest way to reproduce... put this in any markdown file: ``` # [~~a~~](b) ``` It seems like the example...

I agree with @razonyang. I think this is fine: ```text {{ range resources.ByType "image" }} {{ with and .IsProcessableImage (.Process "resize 200x webp") }} {{ end }} {{ end }}...

What is the motivation behind this? To clarify: - The `errorf` and `warnf` functions do not "cache" output. Duplicate messages are not printed to avoid flooding the log. Use the...

I am in favor of doing this; need bep's approval before proceeding. Over the past week I've added `math.Counter` to `warnf` a few times to prevent duplicate messages from being...

Going back to the beginning, it seems like the primary gripe with using `warnf` for debugging is that duplicate messages are muted. I have no problem doing this via a...

I tested again with v0.123.0-DEV. Duplicate warning messages are muted regardless of logLevel. I added this to the docs a while back: ![image](https://github.com/gohugoio/hugo/assets/335669/91d96a36-596c-4354-9f71-ce5346a3917d)

> I'm not sure I follow I guess I was confused by this conversation: > Maybe we could not mute duplicate warnings with --logLevel debug. > > > We don't....

After the initial import, you can: ``` hugo mod get github.com/foo/bar@somebranch ``` But it would be convenient to handle that in config.

Do I need to clarify anything, or are you commenting about what's actually happening?

This may or may not be the same issue. Can you **please** share your site repo with us so that we don't have to recreate/guess?