Divyendu Singh

Results 39 issues of Divyendu Singh

Not sure if this falls under the category of a bug or enhancement and how many people would need it. I noticed that the swift debugger window does not resize...

This should already happen in some capacity via https://github.com/prisma/prisma-examples/pull/2180 https://github.com/prisma/prisma-examples/pull/2111 and https://github.com/prisma/prisma-examples/pull/2100 This issue tracks writing down the slack notification behaviour we actually want and implementing it.

kind/improvement

![image](https://user-images.githubusercontent.com/746482/97684235-0029f400-1a99-11eb-99b2-dc6bf629846e.png) Example link: https://prisma-company.slack.com/archives/CUH6B8FUJ/p1603907960013600

kind/bug
bug/2-confirmed

**Describe the bug** Prisma server has an internal queueSize of concurrent request it could be processing. When this limit is hit (with high enough QPS and slower queries), Prisma server...

bug/1-repro-available
area/server
kind/bug

**Describe the bug** MySQL does not support UUID but allows us to use that as a type on non ID fields but the deployment always rolls back **To Reproduce** Steps...

bug/2-confirmed
area/connector/mysql
area/server
kind/bug

Is it possible to use this library and create partially visible swiper like

Is it possible to link a change event to multiple objects in state? In my use case, there are three state objects that have 3 inputs in my app but...

[Personal access token (PAT)](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#get-a-personal-access-token) is used the publish the VSCode extensions. This is a placeholder issue to track PAT renewal. The maximum valid duration of a PAT is 1 year...

kind/improvement
domain/schema

Currently, there is a limitation in Prisma client *raw functions that they can only run one query at a time https://github.com/prisma/prisma/issues/2868. Currently, this fails at runtime. Prisma VSCode extension can...

kind/feature
domain/schema
topic: prisma client
topic: TS integration

I ran into this feature of the following extension. ``` Name: Terraform Autocomplete Id: erd0s.terraform-autocomplete Description: Autocomplete for AWS resources with terraform. Version: 0.0.8 Publisher: erd0s VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=erd0s.terraform-autocomplete...

kind/feature
domain/schema
topic: TS integration