Owen Voke

Results 32 issues of Owen Voke

This adds static analysis of the package via [PHPStan](https://phpstan.org). 👍🏻 I've currently [baselined](https://phpstan.org/user-guide/baseline) the existing issues, and this should probably be worked through to reduce this so that the baseline...

## Description Add a flag that pushes to Docker Hub automatically. As suggested by [@rsinnbeck](https://twitter.com/rsinnbeck) on [Twitter](https://twitter.com/rsinnbeck/status/1328666499947630595). ## Possible implementation For example, the flag could be `php application app:docker --publish`,...

type: enhancement
status: help wanted
semver: minor

I thought I'd just add an issue so that this doesn't get lost, however I'm currently looking into it a bit. 👍🏻 See https://github.com/owenvoke/phpstan-blade-rule/pull/3 for a fixture that demonstrates this...

bug

This is something we've been experiencing for a while, but have tended to just baseline the errors. The issue is as mentioned to you. I've attached an example below, to...

bug

Mainly adding PHP types, moved the Windows TZs to `resources/data`, as it seems wrong in `app`, also formatted with Pint.

I've also removed the Travis CI config as there are no tests so it fails with the latest version of PHPUnit. And also removed the PHP-CS-Fixer config as it is...

This adds a `.gitattributes` file to exclude tests and other unnecessary files from production releases. It looks like this was added as part of https://github.com/thephpleague/oauth1-client/pull/126, but then subsequently removed? 🤔

Added [automatic package discovery] for Laravel 5.5 LTS. [automatic package discovery]: https://medium.com/@taylorotwell/package-auto-discovery-in-laravel-5-5-ea9e3ab20518

This adds a Box PHAR workflow to generate a PHAR for Drift when a new tag is pushed. Check out https://github.com/owenvoke/drift/actions/runs/208504306 for an example. What this does: - Creates PHAR...

I'd love to be able to export each layer as a separate transparent PNG if that would be possible in future. If this was possible as a bulk-export solution, that...