Tim Suchanek
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...
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...
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...
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...
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.  I created this...
As we see in https://github.com/prisma/prisma/issues/5266 we have a blind spot with Elastic Beanstalk.
We could add more beautiful stack traces with the help of https://github.com/inikulin/callsite-record
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...
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": [...