lavoscore

Results 4 issues of lavoscore

Any chance of having support for polymorphic relations? Like: ```javascript export const db = factory({ comment: { // ... commentable: oneOf('commentable', { polymorphic: true }) }, post: { // ......

feature
needs:discussion

I have a very simple QSelect based component that will occasionally fail as image below: ![image](https://github.com/quasarframework/quasar-testing/assets/74082189/6ae83f23-49b9-41c3-ae6c-d92561439ce5) It happens very frequently during CI (`cypress run`), less so via `cypress open`, and...

I'm trying to write dynamic handler builders, but I'm hitting this issue: ```javascript worker.use( http.get("/v1/issues", () => HttpResponse.json(/* some json */)) ) // this will make the get handler ignored!...

### Environment - Operating System: Linux - Node Version: v18.20.3 - Nuxt Version: 3.13.2 - CLI Version: 3.14.0 - Nitro Version: 2.9.7 - Package Manager: [email protected] - Builder: - -...

bug
good first issue