Steven Kalt

Results 63 comments of Steven Kalt

Update: I got python wheel construction working! here's how to run the integration tests Python development environment setup: - `python3 >= 3.9` - `poetry` ```sh # prepare the binaries cargo...

I'll definitely take you up on the offer of translating the integration tests to python! FYI: I started working on publishing the python API separately in https://github.com/SKalt/pagefind_python in order to...

> Yeah let's do it! Alright! I'm currently winding down for the day, but I should be able to start the backport tomorrow. I'll @ you when this branch is...

> does that flow allow you to run Pagefind without an explicit install? I'd love an alternative fast-path to npx pagefind — i.e. pipx pagefind or something akin. There's `pipx...

Hey, this PR should be pretty much ready for your updated tests! As an aside: scripting builds that rely on GitHub actions was a bit painful since I had to...

Hi again @bglw -- which tests did you want to port to the Python API?

Given that `toolproof`'s usage section is currently marked as "coming soon", I'm going to pass on attempting to port the node.js toolproof tests to python. I think the combination of...

It looks like pypi publication supports GitHub actions' OIDC identities https://test.pypi.org/manage/account/publishing/! I'll need to look into that and revise the publication scripts. In the meantime, please let me know if...

Also: I've got a possible heisenbug for you in the toolproof node api tests: https://github.com/CloudCannon/pagefind/actions/runs/11026120497/job/30622113790?pr=672#step:16:202 The test ran fine the last several times, then failed despite no changes to the...

If I can reserve more of your weekend time, could you sign up for accounts on https://pypi.org/ and https://test.pypi.org/? That's the first step in [GitHub's guide to publishing to pypi...