Ernesto Revilla

Results 20 issues of Ernesto Revilla

This avoids changing existing types. See #200

See #60. @art049: I create this draft PR to start discussing how this could be done. Thanks in advance.

I'm considering separating interface classes and persistence classes. Interface classes are the ones used in OpenAPI, i.e. in request / responses. Persistence classes are used when storing or retrieving objects...

enhancement

Hello. Thanks for this great piece of software. The docs seems to me quite complete. My congrats. I considering to use odmantic and I would like to store files in...

enhancement

I think, any logs / data stored should be persisted outside of the docker container, so that when rebuilding no data would be lost (much like custom_config).

**Describe the bug** After a while after a suspend / wakeup cycle and doing `multipass list; multipass shell`, the machine freezes. Initially, you can see hyperkit consuming having high CPU...

bug

Thanks for this great piece of software! The problem: I use install mypy in docker images so the distribution includes full testing capabilities. When I install from pypi, I get...

enhancement

The SignerInfo['sid'] (SignerIdentifier) holds normally a pointer into the Certificates collection inside a CMS Structure. The sames as x509.Certificate has some shortcuts for subject, issuer, etc. there should be a...

enhancement

Basic tests are included, at least for signature parsing. Still no tests for building new structures.

I got errors when parsing OCSP Responses in CADES / CMS attributes and running .native. It comes down to the definition of 'extn_value' as 'ParsableOctetString' in ResponseDataExtension: ``` class ResponseDataExtension(Sequence):...

enhancement