Raphi Stein

Results 3 issues of Raphi Stein

Added a small section in README about how to match multiple ranges for replacement. Could be very useful to many devs

I created an HTML widget and in the HTML section, I put the following code: ``` Date: #{openingDate} Date: ${moment(#{openingDate}).format('YYYY-MM-DD')} ``` Expected Output: > Date: 2015-10-15T00:05:32.000Z Date: 2015-10-15 Actual Output:...

Concerning: https://github.com/python-zk/kazoo/blob/master/kazoo/handlers/utils.py#L151 Listening on 0.0.0.0 requires elevated permissions on many machines. Is there any way to disable this and perhaps just listen on 127.0.0.1?

Bug