Edward D'Souza
Edward D'Souza
I have a simple test with the following config file "simple.god": ``` God.watch do |w| w.name = "simple" w.start = "ping google.com" w.keepalive w.interval = 1.seconds end ``` If I...
This is a proposed WIP change to add `props` as a third argument to validators. It is a fix for https://github.com/jfairbank/revalidate/issues/17. This change allows you to depend on the `props`...
@toggleHandleTransition looks to be mistakenly defined using @sliderTransitionDuration instead of @toggleTransitionDuration. This PR fixes it to use @toggleHandleTransition.
I would like GitSavvy to support the "git grep" command for searching source code. Would such a change be supported by the project maintainer? If so, maybe we can find...