Luca Steeb

Results 142 issues of Luca Steeb

When querying for data, we already use the uppercase model name such as `User` for the query builder. This means we can't use the same name from the same package...

kind/improvement

Since the go client doesn't use structs and a functional API instead, editor completions won't be available for some cases, such as: ``` users, err := client.User.FindOne(|) ``` When the...

kind/improvement

see the list in https://github.com/prisma/prisma-client-js/issues/484

## Description I can't configure devServer.proxy with Gridsome. ### Steps to reproduce With a normal vue project, you can create a vue.config.js and put in as follows: ``` module.exports =...

feature request
need docs

### Is your feature request related to a problem? Please describe. Wire puts the following line into the generated file: ```go //go:generate wire ``` We have a lot of generated...

I need to run some code generation before executing the action (`go generate ./...`). How can I do that? It seems it's not possible to do this right now because...

question

Right now it's possible to validate schema changes with Github actions by defining it in .github/graphql-inspector.yml and graphql-inspector automatically annotates the code (which is insanely cool). However, other commands, such...

🚀 enhancement

Seems like pinching works on mobile, but I don't see a way to pinch (zoom) on web/chrome using a mouse.

enhancement

I have some data rendering this: Can I stretch this data on the whole graph, instead of just showing these few data points at the very left of the chart?...