Maurits van Rees

Results 36 issues of Maurits van Rees

In Zope and Plone we have our version pins in a `versions` section in `versions.cfg`. Both projects have some way to turn those versions into a pip constraints or requirements...

question

Zope 5.3 changed the lines property from storing bytes to storing text. See issue https://github.com/zopefoundation/Zope/issues/962 and PR https://github.com/zopefoundation/Zope/pull/965. What now happens: - Create a Zope 5.2.1 site, add a Folder...

Compare these two imports: https://github.com/plone/plone.restapi/blob/b86c20cca15120be62b73ed24f944db22d189f44/src/plone/restapi/services/content/utils.py#L4 https://github.com/plone/plone.restapi/blob/b86c20cca15120be62b73ed24f944db22d189f44/src/plone/restapi/serializer/utils.py#L1 We should use the one from `plone.app.uuid` in both places, as I want to deprecate the one from `plone.outputfilters`. In fact, I [have already...

Fixes issue #617. Copied from the zopefoundation repositories. See https://github.com/zopefoundation/meta/issues/145 and the final version with single quotes at [meta](https://github.com/zopefoundation/meta/blob/9c24f7380973de989c5132ec9f28fa71f1397f20/config/c-code/tests.yml.j2#L93). I also added `workflow_dispatch` to allow to run these workflows manually...

When you create a PR for the master branch, over 80 gh-actions are run. This contains duplicates. I tried fixing this along the lines of how it is done in...

Fixes https://github.com/buildout/buildout/issues/613. Note: we are patching `process_url` from `setuptools`. The existing comment says that this method was copied over from setuptools 46.1.3. I was wondering, so I checked: the method...

I get this traceback: ``` $ bin/buildout Traceback (most recent call last): File "/Users/maurits/tmp/foo/lib/python3.8/site-packages/zc/buildout/patches.py", line 52, in patch_PackageIndex from pip._internal.index.collector import HTMLPage ImportError: cannot import name 'HTMLPage' from 'pip._internal.index.collector' (/Users/maurits/tmp/foo/lib/python3.8/site-packages/pip/_internal/index/collector.py)...

**Describe the bug** The first thing I see in a new Volto site is the Welcome to Volto page with eleven times the text "Unknown Block slate" **To Reproduce** Steps...

01 type: bug

So [this line](https://github.com/plone/plone.restapi/blob/9.1.1/src/plone/restapi/deserializer/__init__.py#L8) is bad: data = json.loads(request.get("BODY") or "{}") With Zope 5.8.4+ this fails when the request BODY is larger than 1MB. See discussion in https://github.com/plone/Products.CMFPlone/issues/3848 and https://github.com/zopefoundation/Zope/pull/1142. See...

01 type: bug
31 needs: help
99 tag: sprint
12 prio: high
43 lvl: complex
53 target: major