Carlos León

Results 9 issues of Carlos León

This PR addresses some of the issues mentioned on https://github.com/qmk/qmk.fm/issues/50 Most of the issues have been addressed. The only outstanding one is number 4 from that list, which I am...

There are a couple of design flaws in the SVG and other issues that I list here: 1. The standoff cutouts from the top and bottom plates are not aligned....

## The Problem As someone reported on the [Weave Users](weave-community.slack.com/) Slack group, the deployment with Docker Swarm is broken. Here's a screenshot of how it looks when trying to access...

bug
deployment

The [deploy/kubernetes/manifests-monitoring/prometheus-exporter-disk-usage-ds.yaml](https://github.com/microservices-demo/microservices-demo/blob/02b9e2e48c47895b790390d9ee9b3b6ed47d859c/deploy/kubernetes/manifests-monitoring/prometheus-exporter-disk-usage-ds.yaml) file features a container `read-du` that is supposed to gather disk usage metrics from the host and dump them into a file. However, during deployment, the pod is...

bug
deployment

Hi! The Provider API could use a `TeardownFunc` method just like it offers a `ConfigureFunc` method. Basically, some use cases need to make a final call to some API after...

enhancement
upstream-protocol

After a failed attempt at logging in, the application shows an alert informing that something went wrong with my login, but also it redirects me to the following URL: `http://a6b0a65fc651111e69a2f0a688e86a8f-4906602.eu-west-1.elb.amazonaws.com/index.html?username=user&password=password`

bug

Check the [build history](https://travis-ci.org/microservices-demo/front-end/builds) in Travis, from the number 15 all the way to the number 35. The _checkout_ & _user login_ integration specs keep failing even after playing around...

help wanted

In the guides I arrived to the point where it says > Next, let's make cluster DNS accessible from the Mac: > `./proxy-service.sh --namespace kube-system kube-dns` So I went ahead...