Len Woodward

Results 7 issues of Len Woodward

This PR adds a trait that can be used in the same way as the `DrawsScrollbars` or `DrawsBoxes` traits to draw a series of tabs in a prompt. The selected...

```php $inputs .= " -f lavfi -i \"[email protected]:size={$width}x{$height}:rate={$fps}:duration={$duration},format=rgba\""; $inputs .= " -f lavfi -i \"gradients=size={$width}x{$height}:type=radial\""; ```

bug

Whisky installed globally, but switched to branch where whisky has not been required through composer, and whisky.json is not present, however the hooks have been installed. Because the hooks directory,...

Resolves #58 It seems like `base_path()` and `getGlobalComposerHome()` don't quite match up on WAMP. Possibly some sort of symlinking. But by checking explicitly for `isRunningLocally` instead of `isRunningGlobally` and having...

Resolves #59 This is a little rough right now, but it's a good start. Path will need normalizing. ```diff - ['installed globally?', Whisky::isInstalledGlobally() ? 'yes' : 'no'], + ['installed globally?',...

Requested by @gpibarra Can probably be achieved by doing something like this: ```php $globalWhiskyBasePath = ... $version = (include($globalWhiskyBasePath.'/config/app.php'))['version']; ```

[Useful SO Thread](https://stackoverflow.com/questions/3515208/can-colorized-output-be-captured-via-shell-redirect)