Tim Suchanek

Results 32 issues of Tim Suchanek

Hey, how to proper inject custom styles? I don't find anything in the docs, now creating custom styles on my own in a fork. Thanks

**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** When having a yarn workspace, adding one of the packages to another and...

cat-bug
triaged

We have [ambitious plans](https://github.com/graphql/graphiql/discussions/2216) for the future of GraphiQL and want to go there step by step. This is the path I suggest to move forward: ## 1. Implement [new...

roadmap

To achieve the [new design](https://github.com/graphql/graphiql/discussions/2216) in an incremental fashion, we want to first implement as much as possible of it with the current GraphiQL technology stack before moving to Monaco...

resolved-by-redesign
graphiql@2
@graphiql/react

For debugging purposes, it would be awesome to have `.startScreencast()`, that stops and gets saved automatically when an error is raised or could be stopped by invoking `.stopScreencast()`. CDP actually...

discussion
feature
API
Proxy

When you already have entered a `select` or `include` statement in Prisma Client, you can't see the JSDoc anymore without scrolling, as it gets pushed down. ![image](https://user-images.githubusercontent.com/1094804/75287808-ecbede80-57cf-11ea-9bdf-6330a65ebba9.png) I created this...

kind/improvement
domain/schema
topic: prisma client
topic: TS integration

As we see in https://github.com/prisma/prisma/issues/5266 we have a blind spot with Elastic Beanstalk.

kind/tech
topic: platform
topic: aws beanstalk

We could add more beautiful stack traces with the help of https://github.com/inikulin/callsite-record

help wanted

When deploying bindings to netlify, the current dynamic imports are not working. The solution for this is to separate the binary and library logic and package the binary standalone to...

bug/2-confirmed
kind/bug

When turning the underlying column of a string field into `Int` and then querying it without changing the `schema.prisma` file, the query engine returns this error: ```json { "errors": [...

kind/improvement
topic: error