Peter John

Results 40 issues of Peter John

I know this might deviate from your current plan but having this might really be good since I'm trying to port somethings from a makefile to supfile ``` yaml commands:...

Just as we have different hosts, can't we have commands that run on different host. Like I don't want to run the build command on my production host but would...

Right now my context has a lifetime ```rust use juniper::Context as JuniperContext; use postgres::transaction::Transaction; pub struct Context, } impl {} impl { pub fn new(tx: Transaction { Context { tx:...

k::documentation

This example was failing with `list.go` not found. This fixes it.

How do I get the req body in a server context? Is it a stream, string or buffer ?

I try to run `yarn dev` But it fails with this, ```sh /bin/sh: babel-node: command not found ``` I guess it is better to have babel-cli installed for it to...

I was thinking about adding validation to the form field using jsonschema before saving it to the database. Would this be useful because I'm doing it manually right now and...

Installed the started using this command, 🚀 Rocket Engine v0.2.7 ``` npx @rocket/create@latest --template 01-hydration-starter ``` and this is there error I get in the console. The SSR/SSG works fine...

Authentication and other checks can be included in the generated schema using directives. Is it possible to do that juniper right now? I'm trying to add auth checks for certain...

enhancement
help wanted