Grant Lucas

Results 19 issues of Grant Lucas

Anywhere a path is used, cd, destinations etc, is now quoted so that if that path has spaces in it, the script will still work.

Is there a way to specify a Widdershins config file, used by `--environment`? There are a number of things that would be nice to specify and have passed on to...

Hi there, I'm at the beginning of looking at Expose and ran into an issue where if I have my Expose site in a Git repo, it'll pick up the...

In some frameworks, passing index.php, or the directory index back from the router would cause "/" to fail to load a page since it's passing back the output of the...

Out of curiosity, is it required to [register a shutdown function](https://github.com/tiger-seo/PhpBuiltinServer/blob/ec61122a0189312b24f409cfd1a610e35ecc403a/src/Codeception/Extension/PhpBuiltinServer.php#L42) to terminate the resource in addition to the `stopServer()` call in `__desctruct()`?

When adding an exclamation point to a log item, it tries to call up the last bash command :s

Bug

On input, if a dollar sign is used, it is not properly escaped. Use case is when the cost of something is entered, it's not properly saved.

Bug

The latest timezone support added in #14 with "-0500" and "-0400" for example is OK but problematic when daylight savings time happens. May need to store an actual timezone string...

Improvement