Emiel Bom

Results 7 issues of Emiel Bom

## Why RPC ? Sometimes you need to inform or to do something, in a 3th-party application and return the result. This can be done by calling an Api (synchronous)...

enhancement

Actively look-up pivot data on models #### Type of PR: - [x] Bugfix - [x] Feature - [ ] Code style update - [x] Refactor - [ ] Build-related changes...

#### Describe the bug Extra pivot attributes get overwritten, when there are multiple references to the same related model. #### Steps to reproduce the bug 1. Define models ```php //...

Hi, The extra methods: prefixed with a $ sign, do work. There is only one issue that bothers me. When the extra methods resolve, and everything is as it should...

### Discussed in https://github.com/CodeDredd/pinia-orm/discussions/1443 Originally posted by **adm-bome** July 5, 2023 I hope i'm explaining this correctly We have a model called `Client`. A client can have multiple retailers (which...

See the toplevel `pivot` property. Why, is a wrongly intermediate model assigned to the Model. In my opinion: This makes no sense and I don't think this is what people...

bug

Question: Is there a reason all (behind the scene) `pivot` fields are not deleted or removed. ```js // Setup import {Model, useRepo} from "pinia-orm"; class Client extends Model { static...

bug