Cole Crawford

Results 10 issues of Cole Crawford

Great tool overall - thanks for the effort. We're having some issues with non-ASCII text. If a URL has non-ASCII characters (eg something from Japanese Wikipedia - https://ja.wikipedia.org/wiki/%E3%83%8F%E3%83%AF%E3%82%A4%E5%B7%9E) it won't...

Crossposting from StackOverflow, didn't get any traction there and coming back to this problem. https://stackoverflow.com/questions/77001904/django-autocomplete-light-select2-generates-multiple-selectboxes-for-declarative I was expecting to see a single functioning widget, but instead have two partially functioning...

I am using `pytest-django` and `pytest-docker`; pretty sure my issue is with `pytest-django` but wanted to mention that. Any tests I run that enable a database connection using the `db`...

Hello, I'm creating an `http_service` fixture like the one featured in the readme. When I use the fixture, I'm getting `fixture 'docker_ip' not found`. conftest.py ``` import json import os...

I have a page on which I'd like to use Pagefind as the primary way to interact with content. I would like to preload some content on that page, but...

It would be helpful to add some documentation for end users describing how to search Pagefind indexed sites. For example, it looks like the default search uses OR when there...

When I load the Modular UI results, I get the first 5 or 6 results (enough to fill my screen in my layout) and then a bunch of loading components....

FilterPills can take an ordering array. How would one sort those based on the filter count, so the most used items appear at the top? Is there a way to...

I am trying to get this running with a Postgres dump from an active site for local development so I can upgrade from an old version of OJS and then...