John Kary

Results 11 issues of John Kary

Receive the following error message when computer is put to sleep using this utility: ``` arch: posix_spawnp: osascript: Bad CPU type in executable ``` Running Mac OS X Mountain Lion...

1. gotosleep 10 2. Send mouse to a hot-corner programmed to put the display to sleep 3. After 10 seconds, move the mouse and the computer will not have gone...

If you set a sleep timer and the battery depletes before the timer reaches 0, the timer will resume when power is restored, and go to sleep when it reaches...

Marcello, what are your thoughts on requiring loading fixtures to utilize a use case service? For example, [LoadProjectManagers](https://github.com/MarcelloDuarte/hexagonal-symfony/blob/master/src/SensioLabs/CeremonyTrackerBundle/DataFixtures/ORM/LoadProjectManagers.php) creates ProjectManager entities. This could be encapsulated in a use case `CreateProjectManager`....

I no longer use this bundle in any active projects nor maintain a fork of it. Thanks! :rocket:

Currently when the LDAP user's record is retrieved from the LDAP directory all the attribute names come back as lower-case. So if my LDAP provider exposes an attribute named `displayName`,...

Supplying the `$flag` parameter to `FunctionalInterface::filter(callable $func = null, $flag = null);` currently relies on PHP 5.6 constants `\USE_KEY` and `\USE_BOTH` to decide whether the callback is called with the...

PHPUnit 8 introduced the Hooks Extension system which deprecated the Listener system. PHPUnit 9 then removed the deprecated Listener system. This PR completes the work started by @vlaurier in #67...

enhancement

Individual tests may set slowness thresholds independent of the configured test-suite threshold. /** * This test's runtime would normally be under the suite's threshold, but * this annotation sets a...

enhancement

After a developer discovers a slow test using SpeedTrap, they want to discover why the test is slow, and eventually change the code to run faster. SpeedTrap cannot profile code...

enhancement