Joe Mooring
Joe Mooring
This may not be related, but emacs also creates lock files: Can you repeat your test with another editor, perhaps gedit or vscode?
I was also unable to reproduce this with the Hugo [documentation repository,](https://github.com/gohugoio/hugoDocs) which isn't small: ```text | EN -------------------+------ Pages | 755 Paginator pages | 82 Non-page files | 47...
I am still unable to reproduce the reported problem using either v0.125.5 or v0.147.8. - source: https://github.com/jneidel/blog - command: `hugo server -p 1313 --navigateToChanged` - vim is configured to automatically...
> mounting a non-existing folder... See
No problem: ```text {{ $h := .Fragments.HeadingsMap.bad_id }} {{ if $h }} {{ end }} ``` Also no problem: ```text {{ $h := index .Fragments.HeadingsMap "bad_id" }} ``` This panics:...
I think this could be addressed by having the `index` template function return nil instead of nil pointers: ```go if v.Kind() == reflect.Pointer && v.IsNil() { return nil, nil }...
@pilhuhn Please change the issue title.
https://www.computerworld.com/article/3552692/is-the-io-top-level-domain-headed-for-extinction.html No rush, but something to watch.
> install via NPM See . > The `--embedded` command-line flag is not available when you install Dart Sass as an npm package. This may change at some point. See...
@BBaoVanC If "my own theme" means a private theme that you are not sharing with the world, I guess that's OK. But if you share your theme for others to...