Divyendu Singh

Results 39 issues of Divyendu Singh

While using flask-profiler in production (via [https://github.com/muatik/flask-profiler#sampling](https://github.com/muatik/flask-profiler#sampling)) I noticed that I miss a feature, while I am able to detect the slower endpoints, I had to go manually to profile...

feature

The process of dumping database was covered in https://github.com/muatik/flask-profiler/issues/32 wherein we take the dump in JSON format. How about an option to take a file and put it back into...

database
feature

I think this will be a good addition, I am expecting the following in MVP: 1. This will help us measure the impact of deployments in a much easier manner....

feature

It uses `next.js`. A simpler example can be HTML + JS bundled with a bundler. Internal chat (between Divy, Will): - https://prisma-company.slack.com/archives/D01CUC4PCLQ/p1607425290005500?thread_ts=1607424885.002300&cid=D01CUC4PCLQ - https://prisma-company.slack.com/archives/D01CUC4PCLQ/p1607598706002700

kind/improvement

1. ``` SERVER_RESET_QUERY_ALWAYS: '0' SERVER_RESET_QUERY: 'DISCARD ALL' ``` 2. ``` SERVER_RESET_QUERY_ALWAYS: '1' SERVER_RESET_QUERY: 'DEALLOCATE ALL' ``` TODO: add more configuration combinations

kind/improvement
topic: pgbouncer
topic: database

In E2E CI, we rely on `actions/setup-node@v1` to get the node version. However, the action doesn't get the latest node version always and might lag a bit. It might be...

kind/feature
topic: basic

Support the syntax: `forwardTo('db', 'NewTypeName')` Use case, Client (iOS/Android) has a specific type name that got changed in Prisma layer. This feature would allow us the contain the breaking change...

We have a lot of schemas and some of them have data. We would love to use tools to generate fake data for all of them and keep it as...

PostgreSQL
MySQL
SQLite

We already publish tags when stable, unstable version of extension are published. For stable channel, we should also link that tag to a github release. Open question: - Should we...

kind/improvement
topic: automation
team/schema

When testing Prisma client extensively via test-utils automation, we noticed a pattern. Many databases have the following pattern in a table to store key-value pairs (usually for a config): ```...