salcedo

Results 6 issues of salcedo

#### Is your feature request related to a problem? Please describe... In old vuex-orm you could define mutators. https://vuex-orm.org/guide/model/accessors-and-mutators.html#defining-accessors #### Describe the solution you'd like Will mutators be added to...

Environment: Python 3.7 & 3.9, Elasticsearch 7.12.0 (docker) django-elasticsearch-dsl 7.1.4 elasticsearch 7.12.0 elasticsearch-dsl 7.3.0 Django 3.1.8 Example model: ``` class Node(models.Model): name = models.CharField(max_length=255) ``` Example document: ``` @registry.register_document class...

If relationship fields sent from a backend are null - or in the case of a many to many relationship - the contents of an array have changed, pinia-orm does...

question
has workaround

Downgraded to 4.7.2 as workaround. Please be sure to include as much information as possible: #### Environment details 1. Poetry version 1.2.2 2. Arch Linux 3. 4.7.3, python 3.10.8 ####...

type: bug
triage me

**Version** Pulp installed via Helm to k3s **Describe the bug** Adding: ```yaml web: replicas: 1 ``` to PulpSpec results in pod that doesn't start. **To Reproduce** Try to run pulpcore-web...

### Description ``` Powered by HedgeDoc | Releases | Source Code ``` The above returned HTML is correct. I set `CMD_PROTOCOL_USE_SSL=true` and `CMD_DOMAIN=my.hedgedoc.instance` But then in the same rendered HTML:...

type: bug