Roberto Aguilar

Results 14 issues of Roberto Aguilar

As I understand it, Kubernetes Deployments [1] are a higher-level construct over replication controllers and are the recommended way moving forward [2]. Is support for Deployments planned? Thanks. [1] http://kubernetes.io/docs/user-guide/deployments/...

Greetings, This pull request makes a couple of changes to docker-compose to make it safer to use. The values for all environment variables have been removed from `docker-compose.yml` and they...

Hello, This pull request changes `Dockerfile` so that the local working copy of localshop is built into a Docker image. This is completely different from the way it currently works;...

**Is your feature request related to a problem? Please describe.** When editing a layout in Chrysalis, the number keys show the symbol that they would print when the shift key...

enhancement

I didn't notice a way to serialize an RSAKey object, so I created the following. Thoughts? Calling key.toJSON() creates an object that is serializable with: ``` javascript JSON.stringify(key.toJSON()) ``` The...

Provides the ability to pass in a registry certificate so that Docker inside the container can push to a private registry with a self-signed certificate.

This sends all supervisord program logs to stdout, which can then easily be viewed with `docker logs`.

@drbitboy suggested a better name to avoid conflict with another PySPICE -- python-based tools for the SPICE circuit software -- would be Spyce. Thoughts? If we do go through with...

The develop branch is over a year old, and the latest and greatest is on the master branch. Should this repo simply adopt a ["branch off master"](https://guides.github.com/introduction/flow/) development? Otherwise, what...