John McCabe
John McCabe
## Description Adds a `--watch` flag to the `up` command which will watch the filesystem for changes and trigger an `up` command, this includes a 500ms debounce interval to avoid...
## Description This PR adds an opt-out analytics capture using Google Analytics. Refer to the included analytics.md file for details of what is being captured at this point and how...
## Expected Behaviour Chocolatey release package should track the current project release. ## Current Behaviour Last Chocolatey release was `0.5.0`. ## Possible Solution Ping @pkeuter to see whats going on....
## Expected Behaviour We should not be using `--no-cache` with `apk del`. ## Current Behaviour Most alpine based template `Dockerfile`s have `--no-cache` set which results in the APK index being...
pressing enter autocompletes first matching suggestedValue when restrictToSuggestedValues is false
Is this behaviour intended, if I supply `suggestedValues` with `restrictToSuggestedValue` set to `false` and I type some text that matches a suggested value pressing enter autocompletes that matching value -...
If you use all of your configured search keys the popover with parameter suggestions appears over the content following the searchbox. Note the **Output:** header when the following example runs...
fix for #57, suspect there's a more graceful way to do this. Plunk with fix - http://plnkr.co/edit/dVKHM7pKenO19loLXK0m?p=preview
Currently running libral on an Ubuntu1404 host results in no service resources being returned (also tested via libral). Looks like the sysv provider doesn't play nicely with upstart. ``` $...
Currently the systemd provider does not return instanced services, we should return specific instances as returned from `systemctl list-units` rather than the generic service returned by `systemctl list-unit-files`. For example:...
Currently the apt provider does not implement `update` so it not possible to install packages. ``` echo "ral_error: not implemented" ```