Joe Mooring

Results 604 comments of Joe Mooring

I've update the test conditions per your remarks and can reproduce the problem. ```text git clone --single-branch -b hugo-github-issue-7982 https://github.com/jmooring/hugo-testing hugo-github-issue-7982 cd hugo-github-issue-7982 hugo ``` Expected result in console: ```text...

Here's a workaround: ```text i18n/ ├── de.toml ├── de_DE.toml (or de_de.toml) └── en.toml ``` In your site configuration language keys, always use a **hyphen** to separate language from region. Both...

I really don't want to go down this path, because the next ask is, "We need to document what happens with collections.Last with an empty collection." Etc. Etc.

> Just like that one Maybe I'm just being disagreeable, but the ability to delimit a map was surprising to me, as is its sorting when you do so, unless...

@willfaught I cannot be specific because I don't know, which is why I wrote: > If someone want to go through all the functions and methods and develop a list...

@willfaught @irkode Is there anything in this list that you find surprising? ```text {{ collections.After 1 slice }} → []any{} {{ collections.Append (slice 42) slice }} → []int{42} {{ collections.Append...

So, between the two of you, can you come up with a document (to be split into pieces later) that provides an example for each edge case for each of...

@irkode Having consistent level 2 headings ("Usage" and "Examples") on each function and method page would be great, and your explanation makes sense to me. I presume you would include...

With the previous theme the "On This Page" sidebar was configured for level 2 headings only, so sometimes the information was structured accordingly, using level 3 heading sparingly. That's no...

> **Important** > > I have a branch in progress with a huge change set (affects > 500 files). It would be best to hold off on any PR's until...