Jon Pretty
Jon Pretty
This is half-complete. Existing direct dependencies are now not suggested.
Pull request #1023 attempts to do this, but it doesn't work as well as hoped.
The example [here](https://github.com/gmethvin/directory-watcher) which avoids using Better Files looks very simple. We can block the current thread. We could even wrap the events in a `Stream`.
My thinking on this has changed a little. Workspaces are relevant mainly when running an application module. They should provide read/write space with all the necessary permissions granted for the...
I experimented a bit with classloader isolation a while ago, so that we didn't need to launch a new JVM for every application module, but I didn't manage to get...
I haven't looked at Equinox for over a decade, but I did play around with it for a bit back then, though I seemed to spend most of my time...
It's something people have asked for, and equally people complain about having to type 3-4 commands just to create a module with the right settings. It's possible in general because...
I think having an interactive mode like this for commands would be good. I think that I'd like to have it enabled only with an `--interactive`/ `-I` flag, so that...
I'm going to defer this to a later milestone.
I think it's acceptable for a) the projects which demand an exact JDK version (most of them won't), and b) as long as we don't install the JDK on their...