Robert Sköld
Robert Sköld
While [writing some tests](https://github.com/substack/hyperx/compare/master...slaskis:components-test) for #33 I found that when using multiple self closing children in a parent it nests them. In other words this: ``` ``` Results in a...
This is a PR for #27 which changes the default behaviour of attribute values. Now it will leave the interpreting of the attribute values to the renderer, such like ``...
Hey, I'm trying to use a little hook magic for my node server, something like this: ``` post-deploy npm install && (cat $SHARED/pids/master.pid | xargs kill -s SIGUSR2) || PORT=8001...
The broken proxying in a v3 rack is causing a lot of frustrations for me but hopefully this failing test might help you figure out what the cause is. convox/issues#9
Hey guys, I was missing [this little part of the spec](http://tools.ietf.org/html/draft-zyp-json-schema-03#section-5.26) but I was surprised to find that it wasn't harder than this to implement: ``` var json = require('amanda')('json');...
This project seems great! While giving it a go with a project I'm doing in which, among a lot of things, I use a JSONB column in which I store...
In particular `test/test_click.coffee` fails by timing out: ``` Lotte | WARNING: Error: Process '15884' terminated with 'SIGTERM', timed out: Error: Process '15884' terminated with 'SIGTERM', timed out at Object._onTimeout (/Users/slaskis/Work/Hyper...
And moved the event binding from the constructor to `Dropload#bind([selector])` so it can be re-bound again. Breaking change: `bind()` is not called by the constructor anymore.
### Expected Behavior Expect `$$REDIS_PASSWORD` to be interpolated according to [the compose spec](https://docs.docker.com/compose/compose-file/12-interpolation/) so into `$REDIS_PASSWORD`. ### Actual Behavior It interpolated it into `$(REDIS)_PASSWORD`. ### Steps To Reproduce 1. Run...
### What would you like to be added? `kubectl create secret` has the `--append-hash` flag which appends a hash of the secret to the secret name. I would like `kompose...