Alexandre Archambault
Alexandre Archambault
@joan38 Sure, that would work!
I didn't go as far as allowing py4j users to provide their own [`ThreadFactory`](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ThreadFactory.html), but I guess that would be the next step. That would allow users to more finely...
> Have you seen anything like this? Yes, that should be fixed by https://github.com/scala-cli/bloop-core/pull/112, that the upcoming Scala CLI release will use by default. In the mean time, the following...
> Which sort of leads me to believe that because of the lack of directory listing there, Coursier isn't getting the versions? I'm a bit late to the party here,...
I'm aware of that. There's a `mill-interactive` app as a workaround for that, like ```text $ cs launch mill-interactive -- …commands… $ cs install mill-interactive # installs a 'mill-i' command...
I think it should be fix-able in mill itself, by having mill have a single main class as entrypoint, rather than one for interactive mode and one for non-interactive mode.
I agree it would be great to have such a script. The Scala CLI scripts [`scala-setup.sh`](https://github.com/VirtusLab/scala-cli-packages/blob/d6912816a8c721818ec4743e88a490563930390d/scala-setup.sh) and [`scala-cli.sh`](https://github.com/VirtusLab/scala-cli/blob/868e6b3dde1e3d246ac9fc374a766713b72d2e96/scala-cli.sh) can be used as a source of inspiration (the Scala CLI and...
Merging, thanks!
We need to print a better message on Windows when the installation directory is not in the `PATH`… This message should recommend to run the following: ```bash $ cs install...
The `publish` command severely lacks documentation… I'm afraid [my talk at Scala Days 2019](https://www.youtube.com/watch?v=b06iQB_It8o) is still the best documentation for now… It's not very well-tested either (much less than the...