Ben Ramsey
Ben Ramsey
I kept running into this issue with `Install macOS Mojave.app` when the `prepare-iso.sh` script would get to the `asr restore` command: ``` Validating target...done Validating source...done Retrieving scan information...done Validating...
This PR adds 3 new hook command options: * `--list-actions` * `--action` * `--disable-plugins` ## --list-actions This option allows you to list all the configured actions for a given hook:...
## Use Case Developers often use pre-commit hooks to run style-checkers that automatically fix style issues and add them to the staged commit before committing. This is problematic when the...
## Use Case As a project maintainer, I want Git hooks to interactively prompt contributors and accept input from them in order to proceed with the hook's action. For example,...
The following thread appears to be missing messages: https://externals.io/message/108848 This message appears (it is the start of the thread), but its content is not showing up: * https://news-web.php.net/php.internals/108839 The following...
To reproduce: ``` bash curl -I https://externals.io ``` This will result in something like: ``` HTTP/2 404 date: Mon, 24 Feb 2020 16:32:20 GMT content-type: text/html; charset=utf-8 set-cookie: __cfduid=d5de99337fcf1c2db5b10cc2640291cbe1582561940; expires=Wed,...
Currently, if you attempt to install symfony/console 6.x into a project that also requires phly/keep-a-changelog, you will receive a Composer dependency resolution error. This is because phly/keep-a-changelog uses `^5.2.1` as...
In PHP nightly builds (PHP 7.2.0-dev) used on Travis CI, I'm receiving the following fatal error: ``` PHP Fatal error: Declaration of ReflectionClass::newInstance(...$args) must be compatible with TokenReflection\IReflectionClass::newInstance($args) in /home/travis/build/ramsey/uuid/vendor/andrewsville/php-token-reflection/TokenReflection/Php/ReflectionClass.php...
This documentation change supports the php-src pull request at https://github.com/php/php-src/pull/7644
This pull request provides support for the `make_latest` option that is available in the GitHub API when creating and updating releases. References: - https://docs.github.com/en/rest/releases/releases#create-a-release - https://docs.github.com/en/rest/releases/releases#update-a-release - https://octokit.github.io/rest.js/v19#repos-create-release - https://octokit.github.io/rest.js/v19#repos-update-release