Joe Mooring

Results 602 comments of Joe Mooring

Hugo is doing the right thing when it raises an error while unmarshaling this TOML data. The TOML spec does not allow duplicate keys. Hugo should (theoretically) raise an error...

v3 unmarshal docs state: > Conflicting names result in a runtime error. And there is not an "unstrict" option. So at some point there's going to be some pain.

Revisit this once https://github.com/gohugoio/hugo/issues/8822 is complete.

Unable to reproduce. Please provide a minimal reproducible example, or close the issue. Thanks.

On your system, do this: ```bash hugo new hugö.md # note the umlaut over the o git status ``` You probably see this: ```bash Untracked files: (use "git add ..."...

There's also the `-z` option for various commands. For example: - This might be simpler.

From the git docs... > Separate the commits with NULs instead of with new newlines. You need to look at how the output is trimmed and split.

@slnc Sorry for the noise. This will work, and doesn't change the separators: ``` git -c "core.quotepath=0" status ```

Looks like you should place an empty go.mod file in the test files directory Also, I think the path in the root go.mod should be `github.com/bep/gitmap` not `gitmap` https://github.com/bep/gitmap/blob/master/go.mod#L1