Jan Piotrowski

Results 796 issues of Jan Piotrowski

Right now we have minimal test coverage around referential actions: - https://github.com/prisma/prisma/blob/main/packages/client/src/__tests__/integration/happy/referentialActions-onDelete-cascade-mysql/test.ts => tests that cascading deletes work - https://github.com/prisma/prisma/blob/main/packages/client/src/__tests__/integration/errors/referentialActions-onDelete-default-foreign-key-error-mysql/test.ts => tests that restricting deletes works (and equivalents for PostgreSQL,...

topic: tests
kind/tech
team/client
topic: referential actions
topic: referentialIntegrity

## Necessary Issues we need to close before GA (or move to the optional section below): - [ ] https://github.com/prisma/prisma/issues/9380 - [ ] https://github.com/prisma/prisma/issues/10807 - [ ] https://github.com/prisma/language-tools/issues/991 ### Bugs...

team/schema
team/client
kind/epic
topic: referentialIntegrity

### Description The added buttons/links to resolve conflicts are super useful: ![image](https://user-images.githubusercontent.com/183673/166008783-b3021e99-81d1-408d-9479-7fc1db78848a.png) For some types of conflicts (e.g. package.json and .lock updates to `main` in our case) you might know...

enhancement
help wanted
good first issue

I am just getting started with using scoop and I think I am in love ❤️ One thing that I found missing was a way to install specific versions of...

bug

I am working on a dataset that is pretty big. Is there a way to temporarily disable recalculation of the table or pivot table so I can properly configure my...

enhancement
important

Is there a way to filter for aggregated columns? I currently have a COUNT to get the number of entries for my "grouping", but if I apply the filter it...

Hey everyone 👋 This issue gives a brief update on the development status of Prisma 1. ### **Prisma 1 is deprecated on Sept, 1st 2022** Prisma 1 has been in...

``` C:\Projects\Fastlane\optimize_startup_time (master -> origin) λ speedscope C:\Users\Jan\.cache\rbspy\records\rbspy-2018-09-27-Y7AYEI5ihd.speedscope.json Creating temp file C:\Users\Jan\AppData\Local\Temp\speedscope-1538089620601-55152.js Creating temp file C:\Users\Jan\AppData\Local\Temp\speedscope-1538089620601-55152.html Opening file://C:\Users\Jan\AppData\Local\Temp\speedscope-1538089620601-55152.html in your default browser ``` Nothing happens. Opening `file://C:\Users\Jan\AppData\Local\Temp\speedscope-1538089620601-55152.html` manually worked.

bug

Is there a way to make `archiver` create identical archives each time it is run with the same files and options? Currently the resulting archive file size is identical, but...

I am having problems with the events of `animation-timeline`, and this is the result of my investigation what is going on: --- ### `animation`: When we just have `animation`, we...