Jan Piotrowski

Results 796 issues of 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...

enhancement
feature

## 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...

enhancement
help wanted

## 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...

bug
help wanted

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...

enhancement

[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...

kind/feature
topic: serverless
topic: connector
domain/schema
domain/client
topic: mongodb
topic: database-provider
topic: Azure CosmosDB

``` 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...

bug/1-unconfirmed
kind/bug
topic: prisma validate
team/schema

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...

bug/2-confirmed
kind/bug
topic: schema validation
tech/engines
topic: mysql
team/schema
team/psl-wg
topic: referential actions
topic: referentialIntegrity

https://github.com/prisma/prisma/pull/7907

kind/tech
topic: sql server
team/schema
topic: referential actions
topic: referentialIntegrity

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...

topic: tests
tech/typescript
status/needs-action
kind/tech
team/schema
team/client
topic: database-provider/planetscale
topic: referentialIntegrity

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>...

bug/1-unconfirmed
kind/bug
tech/typescript
team/client
topic: basic error report
topic: node-api
priority/high
size/unknown