Tomas Trescak

Results 86 comments of Tomas Trescak

CC @johndpope could be helpful from microsoft/vscode#29971

Hi, is there any love for Typescript? My Prop table is not rendered at all as I do not specify PropTypes.

Guys, how do I update snapshot manually? Thanks.

Guys, unfortunately typescript outputs TSX only to JSX, there is no way to change that. The only possibility is to output TSX code to react (React.createClass) that is much harder...

Hi, can you please give examples on how do you use those computed fields?

Hi. Prisma.yml ``` endpoint: http://localhost:4466 datamodel: - users.graphql hooks: post-deploy: - graphql get-schema -p prisma - graphql codegen ``` .graphqlconfig ``` projects: app: schemaPath: "src/data/yoga/schema.graphql" includes: ["src/**/*.graphql"] extensions: endpoints: default:...

* **prisma version**: prisma/1.10.2 (darwin-x64) node-v10.2.1 * **Prisma server version**: ??? ... I use the docker image that was built yesterday (prismagraphql/prisma:1.11) * **graphql --version**: 2.16.4 * **Node version:** 10.2.1...

[EDIT] I have just update Prisma to 1.11.1 and the error remains.

Yeah .. I just found out studying graphql-binding ;) Thanks for a SUPER fast answer!!!