Dustin Deus

Results 409 comments of Dustin Deus

Hi @based-ghost thanks for the feedback and keep up the good work.

I'm going to open a new pr.

@hinogi, please retry. The examples have been involved a lot. It works on my end.

> const { data, status, refetch } = useHelloQuery({ name: 'Eelco' }, options) I like this! For state variables a great place for inspiration is https://swr.vercel.app/docs/options#return-values > Should the React...

> But GraphQLTypeResolver can be Value or Promise according to graphql-js specs so the main issue should not happen in my opinion Hi, it would be great to address this...

Perhaps this helps a bit https://github.com/StarpTech/k8s-gitops I built this demo to show the strength of client tools compared to server tools like Argo and Flux.

Hi @pivotaljohn thanks. It would be great to hear how caching is solved in general in your experience. Especially, when kbld limits you to use just `docker build`.

> does it cache layers in a registry, and downloads it from there? how do you see kbld integration to play out here (what is the command kbld should be...

I will provide one script.sh and handle the exit code. I have to assume that windows users can execute shell scripts.

Additionally, when running ```sh ./hack/build.sh eval $(minikube docker-env) docker login ... export KBLD_E2E_DOCKERHUB_USERNAME=... ./hack/test-all.sh ``` it produces ``` Running 'kbld package -f - --output /tmp/kbld-test-pkg-unpkg-successful --yes'... Running 'kbld unpackage -f...