SC0d3r

Results 6 comments of SC0d3r

+1 for this issue, I think it should return null if record doesnt exist. example: ```javascript const updatedUser = await prisma.user.update({ where: { id: userID }, data: { /* some...

> > One question: Is CSS-in-JS support incoming for RSC on the React side? There has been some discussion around this, though I can't find where. > > The reason...

+1 for renaming with 'as'

I tried this, and this works can we merge this

I would like to know this too, My app uses pages router, is there a way to use Pigment css

I have this issue and I have done these steps still running `RUN which ` returns non zero which means cannot find the installed pkg ```js RUN bun install -g...