Marcos Nils

Results 82 issues of Marcos Nils

**Description** I've built a multi-platform image and I'm trying to use the image manifest digest to run the two platform versions locally and every time I'm getting an error on...

This is a rebased follow-up of https://github.com/golang/oauth2/pull/356. I'm opening a new PR since the original author doesn't seem to be active anymore on GH Signed-off-by: Marcos Lilljedahl

Despite having the redis­cli feeling in java it would be great to have the more high level feeling of treating the cluster as one distributed redis instance allowing - Possibility...

discussion needed
stale

`JedisCluster` currently exposes nodes information through the `getClusterNodes` method but this returns very limited information about node information (only host and port). It'd be nice if we could return some...

stale

As title says, is there an official docker image you're using in your prod servers to spawn `response`? Looking forward to use it in our infra and I was wondering...

Hey there, we've started to use response very recently as a PoC to handle our incident response process internally. We were looking for a solution that integrates well with slack...

1. Cloned the repo 2. Set my docker engine to use insecure registry @ localhost:5000 3. Run `make test` Getting this: ``` marcos@marcos-xps:~/Projects/gopath/src/github.com/genuinetools/reg (master) (⎈ |bru1-gke:default)$ make test + test...

bug

Following the discussion started here https://cilium.slack.com/archives/CQRL1EPAA/p1586200540018400 I'd like to propose adding a feature to hubble to query the `probe` endpoint and visualize the `health status` information in a probably directed...

🖥 area/ui
🌟 kind/feature

If users refresh the page, the will lose all the work that they've done. Add something like labs.pwd.com has which warns about this before closing / refreshing the tab.

If the UID in the host is != to the python UID created in the Dockerfile, the entrypoint script fails since the `cp` command doesn't have permission. A `--uid` needs...