Ben Ezard
Ben Ezard
Worked on some text the first time, then for every attempt after that, the highlighted text was replaced with a large amount of Javascript code
It would be awesome if we could analyse tasks that are run in pull request pipelines, i.e. any task that is run in CI but isn't run on the main...
We've been recording stats for a week or so now, and the report is generally very useful! However, the "Average Duration" and "Average Parallel Duration" stats seem to always be...
Closes #406
## Bug description A nullable enum value cannot be set to null when being edited in Prisma Studio. Instead, only a non-null value can be selected. The cell will be...
Sometimes, it is very difficult to determine why a line is either partially covered or not covered at all This is usually due to the fact that Kover reports on...
## Problem Upserting many records is inefficient. Currently, calling `x` upsert statements (e.g. as part of a single transaction) results in `x` SELECT statements followed by `y` INSERT statements and...
### Clear and concise description of the problem Currently, there are plugins available for VSCode and Visual Studio, but it'd be great if there was an official plugin for the...
## Problem Whilst Prisma's current setup allows for very nice orderBy usage for the majority of cases, it does not support more complex cases; for example, when wanting to order...