Peter van Meijgaard

Results 5 comments of Peter van Meijgaard

It's been more than a month already. Is there an update on this ticket? I'd really love to have first-party support for these `useX`-hooks. It'll clean up my project quite...

Alright, so I was able to use a `orWhere` statement and a `whereHas` inside to get the result I wanted: ```javascript Project.query() .with('emails', query => { query.with(['to', 'from']) .where('subject', searchQuery)...

@cuebit It's been 20 days and still no reply. Is this project abandoned or is the focus of the team on something else? (`vuex-orm-next`)

@mgielda I saw the pull-request, https://github.com/vuejs/awesome-vue/pull/313, from @kazupon. He would like to have the :star: emoji instead of the standard star, ★. So I thought that it would be a...

I’ve created a reproduction application which is simply the Remix Vercel template with a Turso Drizzle integration following the steps from the [Drizzle documentation](https://orm.drizzle.team/docs/get-started/turso-new) This is giving the same error...