Bjørn Erik Pedersen

Results 874 comments of Bjørn Erik Pedersen

Thanks for this. This _looks_ good, but it has worked before (I remember testing it), and the reason it broke is because we don't have a proper test for it....

This should be fixed with my related work in this area. I suspect ESBuild changed their way of doing this; there's now a `linked` option, which I guess is what...

I'll reopen this. It's limited what we as a project can do, but this issue is at least within the scope of things I care (and know a little) about.

@myitcv yea, we can do something like that ... as to naming the repo ... `setup-actions-hugo`? Sounds a little clumsy, but it makes room for other "setup" repos later...

>The setup-* pattern is so common with GitHub actions. The example you gave had that context in the org name, `actions/setup-go`. Adding `gohugoio/setup-hugo` would 1. Not tell me that it's...

>Error: Error copying static files: chtimes [..]/public/: operation not permitted Does it work if you do ``` hugo --noChmod ``` Or maybe ``` hugo --noChmod --noTimes ```

>Using --noTimes OK, so this is what's giving a permission error https://golang.org/pkg/os/#Chtimes

Note that is is about multiple, e.g. layouts mount in the same module -- not multiple modules (which I use all the time).

This is possibly a bug introduced by my 0.57 changes. That said, I think you would get a simpler setup/easier to reason about if you use the new module mounts...

>That being said, it may be nice to update the SASS/SCSS documentation to let people know of the changes. I agree. It would be cool if you could lend us...