Tianyu Li

Results 4 issues of Tianyu Li

When I use @apply rules in `tailwindcss`, the name perhaps has a `/` operator, so I get an unexpected output. Input ``` .class @apply w-3/12 ``` Output ``` .class {...

## Expected behavior --language -L is not support ## Environment - Operating system - windows 11 - Node.js version - 16.13.1 - tldr-node-client version - 3.3.8

``` model Test { oid String @id @default(auto()) @map("_id") @db.ObjectId name String } ``` When I update `name` property, I got an error which is "Unknown arg `oid` in data.oid...

in `schema.prisma` ``` model Product { id String @id @default(auto()) @map("_id") @db.ObjectId name String photos Photo[] } type Photo { height Int width Int url String } ``` When Prisma...