Fred van Dijk

Results 25 issues of Fred van Dijk

The backend.yaml that the cookiecttr template creates to build a plone backend image for the project, contains these two steps: https://github.com/collective/cookiecutter-plone-starter/blob/71bbd57b49938145da192714f0b3cd0f60be0326/%7B%7B%20cookiecutter.project_slug%20%7D%7D/.github/workflows/backend.yml#L89-L99 This is problematic. First, pip is called twice on...

This template seems to have or is becoming the offical tool to create a new Plone 6 Setup. Shouldn't we move it to the plone organisation on github? I'm not...

While reviewing the PR to support Varnish, I noticed a number of inconsistencies / problems with how we name things in the setup and improvements we could make in general:...

The ignore rule filters results from the match pattern, not from itself. ---- 📚 Documentation preview 📚: https://volto--6083.org.readthedocs.build/

The links where Listmonk received Tracking information, like View Tracking and Link tracking, are currently based on the RootUrl, but their paths are hardcoded. https://github.com/knadh/listmonk/blob/296245a1b3fecea39d47784ec903cb26ed207084/cmd/init.go#L416-L433 In some of our setups,...

enhancement