Bjørn Erik Pedersen

Results 173 issues of Bjørn Erik Pedersen

There are some commits after the latest release, most notably this one f30034d78803af4786015a5a3a265a40b5837a70 -- could you just create a new release tag?

Edit in 2024-08-16. I have revised my take on this after talking to @jmooring and thinking a little. The (original) primary motivation behind this PR (for me, anyway) was to...

Also see #12737. `convert.ToMath` uses Katex to render. Katex is a JS library. * The WASM files are produced by [Javy](https://github.com/bytecodealliance/javy) (a Shopify library). [QuickJS](https://github.com/ldarren/QuickJS) is dynamically linked into the...

FeedbackWanted

This is currently not possible because the methods do not return anything (void). It would be tempting to make the Go templates handle voids (as in: just print ""). Else...

Enhancement

https://github.com/gohugoio/hugo/blob/caa90e6a12061893c01bea77030f1e90970cc25c/.github/workflows/image.yml#L6 Not sure what's wrong.

Bug

For the `manual` split summaries, this is trivial. For the `auto` split summaries (controlled by `summaryLength` config), this is not trivial. So I'm not sure what to do about that....

Enhancement

The needs for this proposal comes from trying to find an easy way to test the scoped rendering support in #12759 -- and instead of making it some internal magic,...

Enhancement

Hugo's package structure leaves something to be desired. Go now has an `internal` package concept that we could/should start to use more to separate the public API/interest vs. the rest....

Proposal

We added it in `v0.123.0` and it's not documented, so it should not be in widespread use. So, it works, but the main problem with it, which I'm not prepared...

Enhancement