Bjørn Erik Pedersen
Bjørn Erik Pedersen
See https://github.com/gohugoio/hugo/issues/8920 On Linux. /cc @pamubay
It should be `multipart/form-data` with content-type and boundaries set by the browser. Doing a `fetch` POST with the same form object works: ``` fetch('/api', { method: 'post', body: multiformData });...
See https://discourse.gohugo.io/t/getting-bootie-docs-theme-to-work-with-hugo-v0-100-1-extended/38953/2
quicktest's output is much nicer when running with the `-v` flag, but it's not a great experience having that flag on all the time, and it's often a little fiddly...
A quick writeup while thinking about this. This idea has struck me before, but I suspect I haven't found the simple solution. Pseudo code I think it could look like...
See https://github.com/gohugoio/hugoDocs/issues/469 This is also related to #4574 -- and we should make sure to do this and that in the same release. We currently have a fair amount of...
Also the `debug` flag, which isn't useful. These have been there since the early days, and I'm not even sure they work. If people want to log to file, they...
This had me head-scratching for a while when troubleshooting something. Turned out Chroma threw an error.
Or to be more specific: `nil` for readFile and a `[]os.FileInfo` for readDir (so it can be ranged over even if empty). This is in line with `resources.Get` etc. and...
See #9599 There are historical reasons to this, I'm sure, but the current behaviour is hard to understand, document and is not as flexible as it easily could be. So,...