Steven Kalt
Steven Kalt
Alright, the python packages should be ready for you to publish! Sorry for all the last-minute tweaks.
Looks great! I've been keeping up with your storm of commits and couldn't find anything to add except code golf opportunities. I'm going to be available for the next 30...
Oh, one last thing: [`python -O`](https://docs.python.org/3/using/cmdline.html#cmdoption-O) strips assert statements. I've been treating asserts like `debug_assert!()`, but I want to make extra sure that's not a surprise.
I did just add you as owner of the test.pypi packages. I think the easiest way to debug the trusted publisher issue is in a separate repo with a bare-bones...
Unfortunately, I didn't find a workaround other than handing my teammate my laptop.
Looks like I should be able to crib off of https://github.com/astral-sh/ruff/blob/main/.github/workflows/release.yaml, which uses `maturin` (part of the `Py03` project) to shove all the relevant binaries and files into a single...
Update: my OSS time at work has dried up for the moment; I'm not sure when I'll get back to this.
Hey, I had some time and took a look at the node.js wrapper. Would you mind passing pages/other content by-referneve over FFI rather than the service rpc to avoid serialization/deserialization...
That makes sense, and avoiding FFI will certainly speed up implementation. On a different topic, have you considered putting together an [ARCHITECTURE.md](https://matklad.github.io/2021/02/06/ARCHITECTURE.md.html) for this repo? I'd like to hear more...
Hi @bglw, I've got [a working draft of the Python API over in my fork of this repo](https://github.com/SKalt/pagefind/pull/1/files#diff-3c4d6b5d517c23ca82136cdcc9c4d33d7416319a93d6b064577fbc17da58a36c) (not yet PR'd here since I didn't see an drop-down with the...