Ben Perry

Results 6 issues of Ben Perry

When Batch extracting icons from an application such as Adobe Reader DC and there are multiple icons, can you add some form of selector/chooser panel/dropbox to pick which one to...

Hi there, We have a network monitoring tool that requires sysUpTime for interface graphing to work properly. Meraki devices don't expose the sysUpTime OID for whatever stupid reason. Probably trying...

**Is your feature request related to a problem? Please describe.** When running `lynis audit system` at the end of the report I see `Malware scanner [X]`. I have SentinelOne installed...

Took me a little while to debug, but looks like the primary key field name `id` is hard coded in the extension. I was trying to calculate against a field...

### What Happened I have a simple test: ```PHP arch('strict types used everywhere') ->expect('App') ->toUseStrictTypes(); ``` that works, but once I'd fixed my missing ```declare(strict_types=1);``` it displayed the following error:...

bug

This PR adds `|Stringable` to the `set` methods in the OAuthConfig class that accept a string parameter. In my use case, I'm constructing URLs using the [spatie/url](https://github.com/spatie/url) package and would...