Matthew Slight

Results 23 comments of Matthew Slight

Interesting, how would a modifier work? On Thu, 29 Sept 2022 at 21:49, Jan Piotrowski ***@***.***> wrote: > As sparse indexes can be either normal indexes or unique indexes, and...

That's a good proposal, seems a better way to go. 👌🏻 On Thu, 29 Sep 2022 at 22:40, Jan Piotrowski ***@***.***> wrote: > I meant something like @unique(sparse: true) or...

Doing a quick test: If a sparse index is set in mongodb (but not unique) `db push` removes the index. If a unique sparse index is set in mongo AND...

Sounds good 👍🏻 On Sat, 1 Oct 2022 at 02:18, Jan Piotrowski ***@***.***> wrote: > @@index([...], sparse: true) would also need to exist I guess. > > — > Reply...

So I found a workaround - create a view from an aggregation pipeline in MongoDB (I'm using Atlas so you can follow the UI). https://www.mongodb.com/docs/atlas/atlas-ui/agg-pipeline/ I was then able to...

You don't need to send raw queries. The solution is to set up a view with the aggregate pipeline set up. You can then map the view to prisma schema...

Awesome! On Wed, 23 Nov 2016, 06:21 Anthony Attard, [email protected] wrote: > A workaround is to create a new instance of the app by right clicking on > Helium in...

Completely agree with @thgh - seems like a simple fix to tidy up the error and make it clear what prisma is trying to communicate. In my case a prisma...

This also ties in with a placeholder for the Datepicker if no date is currently selected... ``` ```

This is correct. I was not able to reproduce the issue with stockfish-17-lite.js – I assume because it can use multiple threads and start a new search before the another...