Robert Craigie

Results 180 issues of Robert Craigie

Opening prematurely to track status of tests / linters. When I have to occasionally update this branch I forget which things are "intended" to fail at the moment, while it...

There is still a lot of work to do, however I want to be able to preserve the commit history for this feature. closes #27 ## Status - [x] POC...

kind/feature

Prisma have recently added support for retrieving metrics relating to the Prisma Client. We should support this too. https://www.prisma.io/docs/concepts/components/prisma-client/metrics

- [ ] #10 - [x] #19 - [ ] #25 - [ ] #26 - [ ] #27 - [x] #28 - [ ] #31 - [x] #39 -...

kind/epic
level/advanced
priority/high

## Bug description ``` $ prisma generate ✔ Generated Prisma Client Python (v0.6.4) to ./.nox/pytest/lib/python3.10/site-packages/prisma in 223ms config = get_config() File ".nox/pytest/lib/python3.10/site-packages/prisma/generator/models.py", line 109, in get_config return config_ctx.get() LookupError: ```...

bug/2-confirmed
kind/bug
process/candidate

## Problem The root `OR` part of a query can be confusing: https://news.ycombinator.com/item?id=30416531#30422118 ## Suggested solution Replace the `OR` field with an `ANY` field, for example: ```py posts = await...

kind/improvement
topic: client
level/intermediate
priority/medium

## Change Summary Closes #365. ## Checklist - [ ] Unit tests for the changes exist - [ ] Tests pass without significant drop in coverage - [ ] Documentation...

## Change Summary Adding benchmarks to test performance and ensure there are no regressions. This is a work in progress, this PR has been opened to test the action workflow....