Bjørn Erik Pedersen

Results 874 comments of Bjørn Erik Pedersen

>Is there any update / plan on this topic? Not really. The main challenge with this, as I remember back when I implemented the new library, is how to represent...

@redstreet this is a 5 year old issue; I have relabeled it to a Proposal, which indicates that this needs a lot more thinking before we consider implementing this.

We should try to fix this, but I'm not keen on adding that entire windows package, so we should try to figure this out without.

>I am inclined to remove this. Please do. I was probably the one who added that conditional, but I'm not a Windows user, so ...

There's two aspects of this: 1. The default merge strategy of `menus` is `shallow` (see https://gohugo.io/getting-started/configuration/#merge-configuration-from-themes). You can change that in your `project` setting ... but: 2. When merging configurations,...

>I believe this is happening because Hugo combines all imported module configurations and picks the last found values. With merge strategy `shallow` (which is the deep), Hugo walks the dependency...

>I'm wondering if this is the expected behaviour, since the help clearly states I can use that flag: No, but the `hugo mod get` command is a little special. We...

I did a quick check now, and we do set the `Cmd.Dir` to the value of `--source` when running the `go` commands via `os/exec`, so this should work if we...

Thanks for this; this needs to put on hold for a little. I need to think a little about the "future" of the `collections` package. This package was implemented before...

Can you try to inline the `css.html` partial in e.g. your baseof.html template and see if that helps. Note that I have spent "100s of hours" (or at least ......