David Glick
David Glick
Here's a hack to try making the REST API generate paths relative to the portal root instead of absolute URLs: https://github.com/plone/plone.rest/compare/main...experiment-relative-urls I haven't done much experimentation yet to see what...
@mauritsvanrees @stevepiercy This is the upgrade guide, so the audience is people who are upgrading an existing site, not creating a new one. I think it would help if we...
@stevepiercy @mauritsvanrees I didn't have time to work on it this evening, but I should be able to tackle it tomorrow.
@mauritsvanrees @stevepiercy @ericof Done and ready for review.
@mauritsvanrees I did an experiment adding `pytest` to the `[robot]` section of tests.cfg which generates scripts that include a PYTHONPATH with all the Plone eggs. With this I'm able to...
I tried running `tox -e py311` using a Python built with `--with-assertions`. It fails to compile: ``` building 'persistent.cPickleCache' extension clang -Wsign-compare -Wunreachable-code -g -fwrapv -O3 -Wall -I/Users/davisagli/Plone/persistent/.tox/py311/include -I/Users/davisagli/.pyenv/versions/3.11.8/include/python3.11 -c...
I agree this should probably be corrected, but in the case of an exception in the try block, I think this raises UnboundLocalError since `r` hasn't been assigned.
@sneridagh The acceptance tests are broken
@mamico Looks like a really good idea at first glance! I will be traveling home and taking a couple days off, but will try to review this soon.
Volto 18 already supports Vitest for add-ons according to https://6.docs.plone.org/volto/development/add-ons/test-add-ons-18.html. Can we just update the template to use vitest for new add-ons?