This PR works quite well, but does introduce a requirement for fastd and will very likely break existing setups, which get updated to master blindly.
Depending on Kiels opinion on this behavior, the PR may be altered to in-function-imports within a try-except block catching ImportErrors returning the old return value True.
This way the codebase would look messier, but blind legacy support is given.
@TobleMiner maybe you might share some opinons on this?
This checks for any running processes called fastd
instead of always returning True.
This PR works quite well, but does introduce a requirement for fastd and will very likely break existing setups, which get updated to master blindly.
Depending on Kiels opinion on this behavior, the PR may be altered to in-function-imports within a try-except block catching ImportErrors returning the old return value
True
. This way the codebase would look messier, but blind legacy support is given.@TobleMiner maybe you might share some opinons on this?