Bruno Rocha

Results 230 issues of Bruno Rocha

Related to https://github.com/SatelliteQE/airgun/pull/422 All that `@cached_property` in session.py are similiar and too much code repetition. ```python @lru_cache # lru_cache can replace @cached_property def get_open_entity(self, name): # This dict can actually...

Hi, it was working a week ago but now is broken. I defined: https://github.com/rochacbruno/quokka/blob/master/quokka/modules/posts/admin.py#L35 ``` python fields_order = ['title', 'slug', 'channel', 'channels', 'summary', 'body', 'published', 'comments'] ``` And admin rendered...

If I do: ``` comments = db.ListField(db.EmbeddedDocumentField(Comment)) ``` everything works ok. But it does not works if I do; ``` comments = db.ListField(db.EmbeddedDocumentField("Comment")) ``` It says: ``` str object does...

When noice is set to route the messages this plugin doesn't work, error with `invalid buffer id`

adding dynaconf https://dynaconf.com ## What is this Python project? 12 factor app inspired configuration library for any kind of Python project. ## What's the difference between this Python project and...

Create Stripe processor and Pipeline

enhancement

Create braspag procesor and pipelines

enhancement