Alessandro Pisa

Results 8 issues of Alessandro Pisa

While debugging an issue with @pysailor we found that a try/except in `getPathForOID` is masking an `OSError` with an `AssertionError`: https://github.com/zopefoundation/ZODB/blob/8f5ac63a3d8b4611bcbcaa68f30b48e2c8389fd2/src/ZODB/blob.py#L432-L435 At least logging the `OSError` would help understanding what...

When we look up for adapters: https://github.com/zopefoundation/zope.interface/blob/405017fef489ff9d517d0e86e6cb0e6a14fb9bd6/src/zope/interface/adapter.py#L818 We might have: 1. a closed connection 2. and a persistent adapter registry See: ``` (Pdb++) self._registry.ro[0] (Pdb++) self._registry.ro[0]._subscribers.__class__ ``` This causes the...

This refs #1257. I am not sure since which version `disable-ticketing=on` is working. So be aware that merging this might impact some people.

Using: ```shell [ale@flo vms]$ qemu-img --version qemu-img version 7.0.0 (Debian 1:7.0+dfsg-7ubuntu2) Copyright (c) 2003-2022 Fabrice Bellard and the QEMU Project developers ``` I see: ```shell qemu-system-x86_64: -spice port=5924,disable-ticketing: warning: short-form...

P2

See https://github.com/Patternslib/Patterns/blob/380e5565c17f2f87445fcecd7247f91359e29e46/style/patterns.css#L2-L10

If I go here: - http://patternslib.com/auto-submit/ And edit the input "Free text field triggers when field loses focus", I see that autosubmit happens even if the input does not loses...