Jon Pretty
Jon Pretty
Fury should handle a request to die using `Runtime.addShutdownHook()`.
Fury currently only supports tab completion in ZSH, which provides a superset of Bash's functionality. It should not be too difficult to emit Bash completion output derived from the information...
Depending on a dependent will create a graph cycle, so we want to avoid this. Depending on an existing dependency is not useful.
We currently have a lot of regular expressions in use (using Kaleidoscope) which often have to parse identifiers with rules such as: - only alphanumeric characters and dashes - first...
A good start would be to take the existing "full color" scheme and invert all the values.
If two different definitions of the same project coexist in the same dependency graph, it should be possible to mark one (or more) of them as "shadable" in order to...
It should be possible to notify long-running applications of file changes so that they can shut down gracefully to allow the build to terminate. If it's easy to do, we...