Sid

Results 21 issues of Sid

I have a few traces, but not sure how useful they are: 1. Output of `code --status`: With Prisma Insider v7.0.3: Version: Code 1.48.2 (a0479759d6e9ea56afa657e454193f72aef85bd0, 2020-08-25T10:09:08.021Z) OS Version: Darwin x64...

bug/2-confirmed
kind/bug
topic: file watching

When I save this schema: ```prisma model User { id Int @id } model Post { id Int @id authorId Int author User @relation(fields: [authorId], references: [id]) } ``` it...

kind/feature
topic: formatting
topic: prisma-fmt
domain/schema

Tom proposed `migration-engine-cli --url --provider ` on top of what we have currently (aka the `-d ` arg) More context here: https://prisma-company.slack.com/archives/C4GCG53BP/p1621414239008700

kind/improvement
team/schema

### Current Terraform and Cloudflare provider version Terraform v1.4.2 on darwin_arm64 + provider registry.terraform.io/cloudflare/cloudflare v4.1.0 ### Description Consider this access policy for an Access app: ```tf resource "cloudflare_access_policy" "telegraf" {...

kind/enhancement
service/access

Such as the ones used in `$queryRaw`: https://www.prisma.io/docs/concepts/components/prisma-client/raw-database-access#queryraw

type/feat

I think it should work already, but still: https://www.prisma.io/docs/concepts/components/prisma-client/transactions#interactive-transactions-in-preview

type/feat

The readonly facet disallows cursors, which makes it hard to move around in a readonly editor. Also it messes with selection logic.

They should work, but needs tests and verification