Tim Suchanek

Results 32 issues of Tim Suchanek

When using plugins like `postcss-next`, `postcss-inherit` it occurs to me, that the sourcemap is added, even in production builds. This removes the comments completely. It reduced our build size from...

```groovy enum Color { Red = "RED" Teal = "TEAL" } ```

kind/feature
topic: schema
team/schema
team/client
topic: enum
team/psl-wg

While we will tackle [combining multiple `findOne` calls into one `findMany` call](https://github.com/prisma/prisma2/issues/1470), we also should optimize multiple `findMany` calls, that all have the same selection set, but a different relation...

kind/feature
topic: performance
tech/typescript
team/client
topic: batching

### Bug description https://www.prisma.io/docs/concepts/components/prisma-client/advanced-type-safety#importing-generated-types ![image](https://user-images.githubusercontent.com/1094804/130087976-911a45ae-0728-4828-8633-41fa969585e5.png) The whole docs page is doing explicit type casts. Those will however lose the type information. The example in the screenshot is additionally incorrect. When...

docs
size: S

What is the maximum possible document length when using `MatchSum`? It seems that when just passing a document into a transformer, e.g. Bert, it can't handle more than 512 or...

Hi, it seems to me, that every `SubscribeActor` uses its own connection. Is it possible with the current API do accomplish that with a connection pool? If not, is it...

When using `graphql-import` together with a Prisma Service, a common situation that a developer finds herself in is copying over type names. This happens when you just want to "forward"...

enhancement
help wanted
good first issue

area/prisma-client-js

Hey, I'm currently developing a big AngularJS app and trying to integrate intentionjs to it. It already fails at the fundamentals :( Here is a minimal example: http://plnkr.co/edit/PEJfUldeeHIzbYKSPH7g?p=preview Intention should...

If some of the css queries don't work, it would be nice to get feedback! Currently you are trying it in the dark.