Jon Morehouse

Results 8 issues of Jon Morehouse

Ability to run container as a master, slave, or public-slave (public reads only). ``` Docker run -e SERVER_TYPE="PUBLIC_SLAVE" ... paintedfox/postgresql Docker run -e SERVER_TYPE="MASTER" ... paintedfox/postgresql Docker run -e SERVER_TYPE="PUBLIC"...

enhancement

Resolves #11 Allows you to have shared route opening methods from the parent class containing the react-native-router instance.

Hello, I'm building a component which wraps react-router. This component looks something like this ``` javascript actionHandler: function(action) { // open a new route here // unable to call this.toRoute,...

What are your thoughts on adding TTL to this project? I'm using this in my own app and have something I could merge upstream in the next few weeks. I...

enhancement

Let's add the following stats that dogstatsd calculates for us: - [ ] 95, 99th percentiles - [ ] average, mean, median - [ ] sums

Has anyone noticed issues where you have one etcd client and choose to create multiple watchers on that client? When I do this, the watchers don't update correctly and when...

I'm currently building out the ability to pass an object,array to the the api as the key value. This will be stringified behind the scenes. Upon return, this value will...