Jon Pretty

Results 333 issues of 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...

enhancement
user interface

enhancement
code

enhancement
minor
performance
backend

Depending on a dependent will create a graph cycle, so we want to avoid this. Depending on an existing dependency is not useful.

minor
user interface

enhancement
good first issue
minor
user interface

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...

enhancement
help wanted
good first issue
minor
code

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...

enhancement

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...