GWoo
GWoo
could we do ``` if ($uri = $this->env('REQUEST_URI') && empty($_GET['url'])) { ```
@jails Was this solved with the Router scope enhancement?
We could add this feature. First would be to create a test case that clearly represents the goal. Then we can work on adding the functionality to solve it.
@d11wtq https://github.com/gwoo/goforever/blob/master/goforever.toml Shows all the config options. Hopefully they are mostly self explanatory. Some more detail: `respawn` is the number of times to try to restart the program. `delay` will...
@breerly not currently. The http server is used internally to manage the processes.
@gdamore Different from https://github.com/gwoo/goforever/blob/master/http.go#L38 ?
@jrossi I don't think there is anything preventing you from using goforever as a library. But my current plan is to move most things into goforever/cmd.
Oops. Do you have a fix we could apply? Maybe we just need to change the variable type? On Apr 18, 2013, at 10:00 PM, minhna [email protected] wrote: > Hi...