Simon Reinisch

Results 143 comments of Simon Reinisch

@pantharshit00 Any update on this?

@pantharshit00 I just tried it out but I'm still not able to sort by things like `name`, only `count`: ```ts > ItemFindManyArgs.orderBy: export type ItemOrderByWithRelationInput = { id?: SortOrder localization?:...

Yes, this could be a solution - but not with an arbitrarily amount of data. Pulling **all** data from the database and sorting it is not a real solution and,...

Closed due to inactivity. Please create a new issue if you believe this is a mistake :)

Closed due to inactivity. Please create a new issue if you believe this is a mistake or use discussions :)

Awesome, thank you! I'll take a closer look at the end of the week :)

Hey, I'm a bit confused, the issue described in #193 is something in the vanilla / core package. How does this PR fix this issue?

That's a really cool idea, will definitely look into it :)

Good point, since this is very much an edge-case... did this happen in your case? We could also think about an fallback so that you can specify which position should...

That was on purpose since the core module doesn't support dynamic option updates. The preact/react component would have to destroy the instance and re-create it. In your case adding a...