Chris Adams

Results 315 comments of Chris Adams

> @acdha, if you have work in progress on the log4j 2 upgrade, even if it's not finished, perhaps it's worth sharing a draft PR to enable collaboration around this....

For anyone else who's hit this with pre-commit hooks failing, simply add an explicit dependency: ```yaml - repo: https://github.com/pycqa/flake8 rev: 6.0.0 hooks: - id: flake8 additional_dependencies: - setuptools - flake8-logging-format...

> Long-delayed follow-up: we are looking more closely into this feature request. As we dig deeper, I had a follow up question: what is the update & deployment behavior that...

@cclauss Some progress but this hit a harder point: GitHub Actions won't let you [customize the entry point for a service container](https://github.com/orgs/community/discussions/26688) which means that we can't easily create the...

This seems like a question for the ElasticSearch documentation rather than haystack — you can use any of the common techniques (authenticated HTTP, firewall rules, etc.) but I've marked this...

That would be a good first pull-request. I might also want to think about how it could be made optional for a query as `track_total_hits` is not enabled by default...

@sdarwin are you working on a pull request? Haystack doesn’t have a corporate backer and we haven’t had anyone who uses ElasticSearch volunteer to maintain that backend.

Is it as simple as the Solr config using localhost:9001 when the service should be solr:9001 to get the service container? That script is old and presumably the default dates...

Thanks for looking into this, by the way!

I would prefer to have new backends be developed as separate apps (which could be hosted in this organization) following the lead of the Xapian backend. Python packaging has improved...