Vinicius Freitas
Vinicius Freitas
### To reproduce: 1. create a project dir within your home directory. 2. within the project dir, create a directory test-dir with some test files. 3. Include a docker-compose.yml mapping...
Hi, thanks in advance for the support. Digital ocean explains how we one upgrade cluster versions: https://www.digitalocean.com/docs/databases/postgresql/how-to/upgrade-version/ what's the equivalent for Pulumi? Here's my definition ```typescript new digitalocean.DatabaseCluster(`${stackName}-shared`, { engine:...
Currently the DGraphium client implementation relies on the gRPC dgraph-js client which is not designed to be used in the browser. DGraph publishes https://github.com/dgraph-io/dgraph-js-http for browser envs. I see two...
Hi, I would like to use a Traefik plugin which can hash the content of the request and add it the a request header - namely I want to add...