Darrel O'Pry

Results 377 comments of Darrel O'Pry

Based on my last comment I think we should hold off on merging this until I update the docs to reflect the limitations of search fields. Given the limitation to...

@praveenwissend I'm not totally in love with relay support for the following reasons. * the nodes/edges are annoying verbose * the pagination features are generally difficult to work with and...

should we also consider implementing modernized packaging with [pyproject.toml](https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/)? With metadata per [PEP 621](https://peps.python.org/pep-0621/) we can specify grouped dependencies. I'm not sure how it would impact the rest of the...

I only use poetry as a package manager, not a build tool... I continue to use setuptools. I'll have to check flit out after eoy.

I don't think I need build steps. I pretty much only work on pure python projects... Do that extends to deps that need build steps, like pillow, psycopg, etc?

@zerolab so based on you suggestion the PageInterface.url_path resolver would vary the resolved urlPath based on whether it was a child of Site or not?

@zerolab I figured out why I've been getting None for urls... when you're running headless and don't mount the wagtail urls page.url will always return None, see: https://github.com/wagtail/wagtail/pull/9984 I found...

I think we could also just override the url resolver in the short term to accept a hostname... but it would be nice if core query sets allowed us to...

Unfortunately, we can't can't strip off the first folder in a path. With multisite setups any a site/hostname can use any page as a root. We need to know the...