Dustin Deus

Results 409 comments of Dustin Deus

Thanks for the detailed response. > is it regarding env variables? is there setup step to do for IDEs to provide the necessary configuration? im not too familiar with IDEs...

## Testing I could run the following setup locally. You have to replace `172.17.0.0/16` with your subnetmask of `minikube ip` ```sh minikube start --driver=docker --insecure-registry=172.17.0.0/16 ./hack/build.sh eval $(minikube docker-env) ./hack/test-all-minikube-local-registry.sh...

> agreed, looks like good notes. do you mind making a PR for this? Yes. What your thoughts about my previous points?

> using dockerhub might be easier since it avoid all kinds of networking complexities dealing with minikube etc introduces. But it has several other drawbacks: - Requires a docker account...

Thanks for the update.

Really? You recommend going through of thousand of lines of code just to understand how to use the opentracing api? It should be easy to add some real world examples...

Hi, I also want to mention that the phrase is wrong > Persisted queries are also a performance optimization since they allow us to skip parsing the query when executing...

@b-jsshapiro This is just an example and is no complete implementation. For reference you could check out https://github.com/StarpTech/GraphCDN/blob/main/src/routes/apq.ts#L29-L104

Hi @mhowell86, the project is a bit outdated. I will try to update it soon.