Jason MacDonald

Results 7 issues of Jason MacDonald

## Bug Report ### Context If you have an await tag in a template that only gets rendered by an action, like setting state after the initial render, the await...

type:bug

Apologies for the long post. NOTE: It’s quite possible my gripes below can actually be solved, and it’s my lack of knowledge on Marko's deep internals that has led me...

Hi Unlight, I'm unsure if I may be missing something, but could you suggest a way to ensure that relations containing a `transform` call include the required `Type()` decorator on...

I'm trying to figure out if it's possible to add a decorator to all `@InputType` classes instead of just on the `@ObjectType`. The reason being is that I'm trying to...

### Bug description If you try to execute an RLS bypass call using extensions after a call using RLS has already been made, it fails with ``` Error in batch...

bug/2-confirmed
kind/bug
domain/client
topic: rls
topic: clientExtensions

Currently, imports are tightly coupled to each other because Prisma requires the relationship to be defined on both sides using the other-sides type. However, each model may be defined in...

[*From Discord discussion*] (https://discord.com/channels/1035538056146595961/1159194942787293255/1265774955518230579) Currently, the `enhance.model.check` feature in preview does not support the `check(parent)` policy in the schema. If you use `check` in your model policy, it currently results...