Gregor Becker

Results 75 comments of Gregor Becker

Nice enhancment. If you like you can make an PR or i will go to add it. I only have to think about your sorting solution.

Hmmm good catch. Need to look into it.

Hmmm interesting. I try to get my thoughts around that. You both have valid points. I think flush is getting hooks and i also add the option to avoid hooks.

Hey @tintin10q , have to think about it...i don't if there has to be done something in pinia-orm to make this work.

@Graphmaxer Well its merged and can be testet with pina-orm edge channel: https://pinia-orm.codedredd.de/guide/getting-started/quick-start#edge-channel Thank you for the PR and patients ❤️

@martinszeltins Thanks for the report. Don't know yet why this error happans. With nuxt 3.6.5 this works. So somehow nuxt 3.7.1 still has somthing wrong. Update: Issue opened https://github.com/nuxt/nuxt/issues/23038

@martinszeltins Ok after some investigating i found a workaround for nuxt 3.7.1 . You can look there: https://github.com/nuxt/nuxt/issues/23038#issuecomment-1710268991

Can you please try `import { Attr, Cast, Uid } from 'pinia-orm/dist/decorators'` ... i know i need to adapt the docs. Have a lot of todos :)

This seems to be solved by using the right "moduleResolution". Updating my packages also to `nodenext`

@Graphmaxer Thanks for the PR. I try to look into it and think about it. I don't like it to have a new package as dependency. I hopefully find a...