Dries De Peuter
Dries De Peuter
It would be great to include support for `Include` and read these files. Ex: ``` Include ~/.ssh/config.d/* ``` ref: http://man.openbsd.org/ssh_config#Include
**Is your feature request related to a problem? Please describe.** I am running an arm64 based cluster and would like to run polaris. Any chance you could push multi-arch images?
I would consider converting the reporters to an event-driven logic. That would allow other tasks (like logging). What do you think? Split from #18
It is always a good idea in case of pluggable systems like this, to extract as many components as possible, so that the main package can provide a stable contract...
In some cases long running tasks can overlap. This is my biggest problem with most cron runners. In these cases a queue would be a good choice, where only one...
PHPUnit is great, but spec testing is simply better to make sure your code behaves exactly you want. So I usually suggest writting spec tests for code (where possible). In...
I can't really say anything about it. Are there any particular reasons why you implemented your own pattern matcher? Split from #18
Add a PhpJob to trigger function calls. These calls should be executed in a different thread so when the main script finishes, the called function can keep running. @TjorvenB @RustiSub...
Currently the following syntax is not supported: - [ ] % - [ ] L - [ ] W - [ ] Combinations of - and / - [ ]...
Provide test for every command