Brian Henry

Results 134 comments of Brian Henry

When I have time to write some tests around it I'll make a PR.

Try this: ``` { "require": { "iio/libmergepdf": "^4.0" }, "require-dev": { "coenjacobs/mozart": "dev-master", "cweagans/composer-patches": "*" }, "extra": { "patches": { "coenjacobs/mozart": { "Move each file only once (classmap) Fixes #89":...

Damn. Thank you. The opening slash is used on Unix (MacOS for me) to indicate an absolute path. I'll have to spin up a Windows VM and do some reading....

Great. That works on MacOS too. I've committed the changed to the PR. I'll also take a look at getting a Windows GitHub Actions workflow running the tests. As I...

I've managed to work around this by using `override_autoload` with: ``` "easypost/easypost-php": { "psr-4": { "EasyPost\\": "lib/" } } ``` which moved the files as expected but the namespace of...

When using `$status = $rateLimiter->limitSilently()`, knowing how many requests have come from that IP during the interval informs what action to take. First, thank you for the library. I've just...

Thanks to @karneds the tests are passing and the code is updated to v3.

Usa a USB-A Lightning cable and a USB A to C adapter.

# Error/Warning Label I don't know what actually constitutes an error as distinct from a warning in PHP CodeSniffer. e.g., from wiki: ``` 47 | ERROR | Line not indented...

As I thought about this over the weekend, I think it does make sense to stick with the true error/warning output from PHPCS. I was thinking of it as running...