Maurits van Rees
Maurits van Rees
**TLDR: if building a wheel fails, you may need to clear your buildout download cache.** I now have a problem in a buildout that tries to install zope.container 4.10 on...
@amotl I tried your repo https://github.com/crate-workbench/test-buildout-python310 One small thing: in the `setup.py` I need to add `packages=[]` otherwise setuptools complains, but this may depend on where you add a virtualenv....
> I think we can consider this issue as resolved then? At least for me your example no longer gives an error. There may still be subtle bugs lingering, for...
Confirmed. I fixed something similar today (pull request #184 ) and I wondered if that fixed this error too, but unfortunately not. I am not going to fix it now,...
This fix is in release 1.8.4 (today).
1.7.x still supports Plone 4.1, which means jQuery 1.4.4. Instead of `live`, `on` was introduced in jQuery 1.7, so that seems a bridge too far. If I read http://api.jquery.com/live/ correctly,...
This seems like a logical change to me. But I would be happy to read a different view point. I have a PR #1586 that would fix this, and it...
Separate issue created here: https://github.com/pypa/pip/issues/12079 On the off chance that this affects the current issue as well, you could try my small PR: https://github.com/pypa/pip/pull/12080 It probably won't fix the current....
I fear that this may break custom code, for example custom validators or scripts that expect to find "name" in the request, and now it should be "fieldset-name" or something....
I tried with Plone 5.2.2 and there it works for me. It *could* be that something has been fixed since 5.2.0, but I wouldn't know from the top of my...