Jan Piotrowski
Jan Piotrowski
It would be nice if one could filter the stream view a bit. Track length, track tag/genre, track name come to mind as filterable fields. I for example am really...
## Description The readme states: > Ensures the working directory is clean and that there are no unpulled changes When trying `np` for the first time on a random repo...
## Description The README states that `np` "Ensures ... that there are no unpulled changes". This is only true if the local checkout already knows that there are remote changes...
Great tool! It would be great if the package page could go back further in time on demand. This would allow potentially see longer term developments in the size of...
[Azure Cosmos DB](https://docs.microsoft.com/en-us/azure/cosmos-db/introduction) is a NoSQL database that also provides a [MongoDB wire protocol compatible API](https://docs.microsoft.com/en-us/azure/cosmos-db/choose-api#api-for-mongodb). It is sometimes used as a drop in replacement for MongoDB, and is promoted...
``` PS C:\Users\Jan\Documents\throwaway\...> npx prisma validate --schema .\prisma\foo.prisma Environment variables loaded from .env Prisma schema loaded from prisma\foo.prisma Error: Get DMMF: Error while trying to read datamodel path Details: The...
When trying to migrate a super simple schema to MySQL with an `onDelete: setDefault`, this happens: ``` C:\Users\Jan\Documents\throwaway\setdefault>npx prisma db push Environment variables loaded from .env Prisma schema loaded from...
https://github.com/prisma/prisma/pull/7907
With Vitess being tested in `prisma-engines`, we can now also run our MySQL like (MySQL, MariaDB) tests in this repository on a `vttestserver` Docker container (or 2 actually, one for...
While reproducing https://github.com/prisma/prisma/issues/12704 I noticed that the Engine panic was not handled via creation of a GitHub issue link to report it: https://github.com/prisma/prisma/issues/12704#issuecomment-1091338289 With `library` engine type: ``` PS C:\Users\Jan\Documents\throwaway\12704>...