Liam Bigelow

Results 342 comments of Liam Bigelow

I'll see if I can reproduce this, but any failure here can (unfortunately) likely be traced to npm's installation flow rather than Pagefind's code. Due to the way Pagefind has...

Hey @br0wsa 👋 > Search results contain specific tags This looks like a bug I fixed in #430 that was released in `v1.0.3`. Can you confirm what version of Pagefind...

Hmm, do you a project you're able to share? Or just the source HTML of that page in your screenshot? I'll see if I can reproduce those weights leaking out.

Good note generally about that page on the docs, though. I should qualify that section, in that the default "quick start" is applicable to the website frameworks **with static exports**,...

Some extra context: Here is a repo that reproduces the error that was hit here: https://github.com/bglw/deno-tar-repro The issue can be reproduced on any system by running the file above, which...

NB: Since Deno std is a loose port of the Golang std, it should be noted that this bug was indeed fixed in Go's `archive` package: https://github.com/golang/go/issues/3864 — commit: https://github.com/golang/go/commit/730db0affc642530daf9129f4fbc89a4e40f9c95

This does work — before recommending it though I want to get things working in the component browser, as that won't currently work. (And whether it does work is SSG-dependent)

Good find! This definitely looks like a bug. I'll get this fixed, thanks for reporting ❤️

Ah! Interesting. So first for reasoning on why the results are in that order: headings are given _very strong_ priority — though `/api/properties/` contains an `h2` element of `plugins`, which...

Good directions to think about, thanks to both of ya 🙏 I need to brush up CloudCannon's documentation and search, so that might prove a good place to experiment with...