araufdogan

Results 8 issues of araufdogan

Hello, I'm trying to build a GraphQL service using gqlgen and prisma2. I want to select only requested fields from prisma using gqlgen [field collection](https://gqlgen.com/reference/field-collection/), is it possible? Does prisma...

kind/feature

Hello, I have my own config file and I want to set datasource url programmatically in prisma file. How can I do this?

kind/feature
team/client

Hello, I'm getting `Invalid Configuration for Read-Only Attribute` error when I try to terraform plan in terraform-aws folder. ``` │ Error: Invalid Configuration for Read-Only Attribute │ │ with tls_self_signed_cert.ca,...

Hello, I'm trying to delete all files in the path. I checked the docs but couldn't find this feature. Is there any way to delete all files in the path...

## What This PR fixes build error on RN 0.73 `file:///.../react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessor/FrameProcessorRuntimeManager.kt:43:63 Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type JavaScriptContextHolder?` ## Changes...

### Version 1.23.0 ### What happened? When I run `sqlc generate`, it generates interface{} for my custom select fields. I couldn't find how to define type for this fields. Is...

bug
:books: mysql
analyzer

Hello, I'm trying to install grafana with https mode but ingress annotations not working. My values.yaml file is; ``` adminPassword: "123456" persistence: enabled: true storageClassName: gp2 ingress: enabled: true ingressClassName:...