Peter Gonda
Peter Gonda
Hello, is this project still maintained ? Thanks
Hello, I was thinking about possibility to disable decreasing quality in every iteration or maybe setup step variable, so e.g. only change of resolution would be changing and quality would...
Hi, I wanted to use custom marshmallow field related to mongo data serialisation ```python class ObjectIdField(fields.Field): def _deserialize(self, value, attr, data, **kwargs): try: return bson.ObjectId(value) except Exception: raise ValidationError('invalid ObjectId...
DNS_AWS do not support role credentials from IMDSv2 Steps to reproduce ------------------ enable IMDSv2 on ec2 Debug log ----------------- ``` acme.sh --issue ..... --debug 2 [Tue Jan 23 12:06:43 UTC...
When I'm trying to list all boards sections I'm getting this exception ``` AttributeError: 'BoardSection' object has no attribute '_generated_api_get_fn_args' ``` How to reproduce: ``` Board('board_id').list_sections() ```