David Schoen

Results 12 issues of David Schoen

I ended up running ``` $ php ~/.atom/packages/autocomplete-php/lib/php/get_internal_functions.php ``` to generate `functions.json` as it wasn't there by default, once it's there completion seems to work ok.

A recent refactor broke the return value resulting in run() and run_tests() always returning true (at least under Ubuntu). This fixes: https://github.com/Maher4Ever/guard-phpunit/issues/13

This might be specific to the way notifications are working in Ubuntu. This change: https://github.com/Maher4Ever/guard-phpunit/commit/66aafde9dc5b3f907dba8ce88be2cb8e87cc68c1 results in `run_tests()` always returning true, hence `:all_after_pass` no longer functions. I had a look...

We're relying heavily on cache to make `phpcs` performant, but it appears `phpcbf` does not reuse it, e.g: ``` $ time tests/vendor/bin/phpcs real 0m1.038s user 0m1.649s sys 0m1.066s ``` v.s:...

Core Component: Fixer

The extension already has the option to search for config to override local config with - it would be great to have an option to just not run at all...

Would be good to include some strings that replace part or all of the matched pattern in common regex libraries e.g: * `$0`, `${0}` or `\0` * `$1`, `${1}` or...

### Prerequisites The prerequisites don't make sense for a package issue. ### Description If you have opened a directory in atom, but are editing a file from a directory below...

When lxc-create creates it's initial template vm it does not use the proxy.

bug

The page at http://puppet-lint.com/checks/arrow_on_right_operand_line/ switches which thing is pointing at which, i.e it currently says under "what you have done": ``` Service['httpd'] -> Package['httpd'] ``` but I think it's meant...

documentation