Alejandro R. Sedeño

Results 12 issues of Alejandro R. Sedeño

SQLITE text columns may contain embedded NUL bytes. Here's a test for making sure we can round-trip such text, and a patch to make the test pass.

- Drop Django 2.2 (EoL) - Drop Python 3.9 build, since all supported Django versions support 3.10 now. ``` 3.7 3.8 3.9 3.10 |----Django 3.2---| |-Django 4.0-| ```

As per the haystack documentation [1] the `content` field is a special term for the field marked `document=True`. This change implements that behavior. [1] https://django-haystack.readthedocs.io/en/master/searchqueryset_api.html#the-content-shortcut This reopens #182 on a...

I found myself wanting half arrows while trying to render some connection encapulation, but found no examples or success in my attempts. The least cumbersome idea I found was to...

As discussed in https://github.com/django/daphne/issues/125, this adds handing of `scope["root_path"]` to `channels.routing.URLRouter`.

When repeatedly calling `update_document()`, each call instantiates a `Searcher`, which is expensive. The `SegmentWriter` already has a write lock on the index, so if the conditions are right, let's cache...

As discussed at https://github.com/django-haystack/django-haystack/issues/1792, `AsyncWriter.commit()`'s thread codepath leaves a thread running and not `join()`ed and gives no warning to the caller that they should `join()` it. This can cause writes...

This picks up nearly four years of changes in googletest. googletest has updated to abseil flags[^1]. > The most notable difference is that unrecognized flags result in a flag parsing...

deps

Risk Level: low Testing: ci-workflow change